ARRAY_ALLOC_SIZE 119 heap.c new_alloc_size = new_size + ARRAY_ALLOC_SIZE; ARRAY_ALLOC_SIZE 121 heap.c > ARRAY_ALLOC_SIZE) { ARRAY_ALLOC_SIZE 122 heap.c new_alloc_size = obj->u.array.alloc_size + ARRAY_ALLOC_SIZE; ARRAY_ALLOC_SIZE 125 heap.c } else if (obj->u.array.alloc_size - new_size > ARRAY_ALLOC_SIZE) {