ARRAY_ALLOC_SIZE  179 heap.c         	    new_alloc_size = new_size + ARRAY_ALLOC_SIZE;
ARRAY_ALLOC_SIZE  181 heap.c         		   > ARRAY_ALLOC_SIZE) {
ARRAY_ALLOC_SIZE  182 heap.c         	    new_alloc_size = obj->u.array.alloc_size + ARRAY_ALLOC_SIZE;
ARRAY_ALLOC_SIZE  185 heap.c             } else if (obj->u.array.alloc_size - new_size > ARRAY_ALLOC_SIZE) {