Searched refs:heap_realloc (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/system/kernel/
H A Dheap.cpp1775 heap_realloc(heap_allocator *heap, void *address, void **newAddress, function
2424 if (heap_realloc(heap, address, &newAddress, newSize, flags) == B_OK) {
2433 if (heap_realloc(sGrowHeap, address, &newAddress, newSize, flags) == B_OK)
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp1391 heap_realloc(heap_allocator *heap, void *address, void **newAddress, function
1969 if (heap_realloc(heap, address, &newAddress, newSize) == B_OK) {
H A Dguarded_heap.cpp1192 heap_realloc(void* address, size_t newSize) function
1213 heap_realloc,
/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp17 extern "C" void* heap_realloc(void* oldBuffer, size_t size);
101 return heap_realloc(oldBuffer, size);

Completed in 36 milliseconds