Searched refs:heap_free (Results 1 - 7 of 7) sorted by last modified time

/haiku/src/system/libnetwork/netresolv/isc/
H A Dev_timers.c445 (void) heap_free(ctx->timers);
/haiku/src/system/libnetwork/netresolv/include/isc/
H A Dheap.h34 #define heap_free __heap_free macro
43 int heap_free(heap_context);
/haiku/src/system/kernel/
H A Dheap.cpp1593 heap_free(heap_allocator *heap, void *address) function
1876 heap_free(heap, address);
2343 heap_free(sVIPHeap, address);
2367 if (heap_free(heap, address) == B_OK) {
2376 if (heap_free(sGrowHeap, address) == B_OK)
2380 if (heap_free(sVIPHeap, address) == B_OK)
/haiku/headers/private/kernel/
H A Dheap.h75 status_t heap_free(heap_allocator* heap, void* address);
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp1176 heap_free(heap_allocator *heap, void *address) function
1487 heap_free(heap, address);
1927 if (heap_free(heap, address) == B_OK) {
H A Dguarded_heap.cpp1184 heap_free(void* address) function
1212 heap_free,
/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp18 extern "C" void heap_free(void* buffer);
113 heap_free(buffer);

Completed in 110 milliseconds