Refactor: Clean up SuperSlab shared pool code

- Removed unused/disabled L0 cache implementation from core/hakmem_shared_pool.c.
- Deleted stale backup file core/hakmem_tiny_superslab.c.bak.
- Removed untracked and obsolete shared_pool source files.
This commit is contained in:
Moe Charm (CI)
2025-11-30 15:27:53 +09:00
parent 128883e7a8
commit e769dec283
19 changed files with 178 additions and 1676 deletions

View File

@ -9,14 +9,15 @@ core/box/front_gate_box.o: core/box/front_gate_box.c \
core/hakmem_tiny_superslab.h core/superslab/superslab_types.h \
core/hakmem_tiny_superslab_constants.h core/superslab/superslab_inline.h \
core/superslab/superslab_types.h core/superslab/../tiny_box_geometry.h \
core/tiny_debug_ring.h core/tiny_remote.h core/tiny_debug_api.h \
core/tiny_debug_ring.h core/tiny_remote.h core/box/ss_addr_map_box.h \
core/box/../hakmem_build_flags.h core/tiny_debug_api.h \
core/box/tls_sll_box.h core/box/../hakmem_tiny_config.h \
core/box/../hakmem_build_flags.h core/box/../hakmem_debug_master.h \
core/box/../tiny_remote.h core/box/../tiny_region_id.h \
core/box/../hakmem_tiny_integrity.h core/box/../hakmem_tiny.h \
core/box/../ptr_track.h core/box/../ptr_trace.h \
core/box/../tiny_debug_ring.h core/box/../superslab/superslab_inline.h \
core/box/ptr_conversion_box.h
core/box/../hakmem_debug_master.h core/box/../tiny_remote.h \
core/box/../tiny_region_id.h core/box/../hakmem_tiny_integrity.h \
core/box/../hakmem_tiny.h core/box/../ptr_track.h \
core/box/../ptr_trace.h core/box/../tiny_debug_ring.h \
core/box/../superslab/superslab_inline.h core/box/tiny_header_box.h \
core/box/../tiny_nextptr.h core/box/ptr_conversion_box.h
core/box/front_gate_box.h:
core/hakmem_tiny.h:
core/hakmem_build_flags.h:
@ -41,10 +42,11 @@ core/superslab/superslab_types.h:
core/superslab/../tiny_box_geometry.h:
core/tiny_debug_ring.h:
core/tiny_remote.h:
core/box/ss_addr_map_box.h:
core/box/../hakmem_build_flags.h:
core/tiny_debug_api.h:
core/box/tls_sll_box.h:
core/box/../hakmem_tiny_config.h:
core/box/../hakmem_build_flags.h:
core/box/../hakmem_debug_master.h:
core/box/../tiny_remote.h:
core/box/../tiny_region_id.h:
@ -54,4 +56,6 @@ core/box/../ptr_track.h:
core/box/../ptr_trace.h:
core/box/../tiny_debug_ring.h:
core/box/../superslab/superslab_inline.h:
core/box/tiny_header_box.h:
core/box/../tiny_nextptr.h:
core/box/ptr_conversion_box.h: