Searched refs:Reallocate (Results 1 - 2 of 2) sorted by path

/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp77 bool Reallocate() function in struct:__anon2::Allocator
1034 if (!fAreaInfoAllocator.Reallocate())
/haiku/src/system/kernel/
H A Dheap.cpp234 class Reallocate : public AbstractTraceEntry { class in namespace:KernelHeapTracing
236 Reallocate(addr_t oldAddress, addr_t newAddress, size_t newSize) function in class:KernelHeapTracing::Reallocate
1856 T(Reallocate((addr_t)address, (addr_t)address, newSize));
1868 T(Reallocate((addr_t)address, (addr_t)*newAddress, newSize));

Completed in 63 milliseconds