Phase v4-4: pilot C6 v4 route with opt-in gate
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user