Phase v4-4: pilot C6 v4 route with opt-in gate

This commit is contained in:
Moe Charm (CI)
2025-12-10 18:18:05 +09:00
parent 7be30c0b5a
commit 3261025995
5 changed files with 27 additions and 7 deletions

View File

@ -319,7 +319,7 @@ static inline int free_tiny_fast(void* ptr) {
if (__builtin_expect(use_tiny_heap, 0)) {
switch (route) {
case TINY_ROUTE_SMALL_HEAP_V4:
if (class_idx == 7) {
if (class_idx == 7 || class_idx == 6) {
small_heap_free_fast_v4(small_heap_ctx_v4_get(), class_idx, base);
return 1;
}