Searched refs:_AllocateChunk (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/app/
H A DClientMemoryAllocator.h52 struct block* _AllocateChunk(size_t size, bool& newArea);
H A DClientMemoryAllocator.cpp89 best = _AllocateChunk(size, newArea);
230 ClientMemoryAllocator::_AllocateChunk(size_t size, bool& newArea) function in class:ClientMemoryAllocator

Completed in 82 milliseconds