Searched refs:heap_add_leak_check_info (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/system/kernel/
H A Dheap.cpp1399 heap_add_leak_check_info(heap_allocator *heap, addr_t address, size_t allocated, function
1429 heap_add_leak_check_info(heap, address, pageCount * heap->page_size, size);
1500 heap_add_leak_check_info(heap, (addr_t)address, bin->element_size, size);
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp1008 heap_add_leak_check_info(addr_t address, size_t allocated, size_t size) function
1039 heap_add_leak_check_info(address, pageCount * heap->page_size, size);
1108 heap_add_leak_check_info((addr_t)address, bin->element_size, size);

Completed in 109 milliseconds