Searched refs:ClientMemoryAllocator (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/servers/app/
H A DClientMemoryAllocator.h37 class ClientMemoryAllocator { class
39 ClientMemoryAllocator(ServerApp* application);
40 ~ClientMemoryAllocator();
75 void* Allocate(ClientMemoryAllocator* allocator,
83 ClientMemoryAllocator* fAllocator;
H A DBitmapManager.h19 class ClientMemoryAllocator;
29 ServerBitmap* CreateBitmap(ClientMemoryAllocator* allocator,
H A DClientMemoryAllocator.cpp21 #include "ClientMemoryAllocator.h"
35 ClientMemoryAllocator::ClientMemoryAllocator(ServerApp* application) function in class:ClientMemoryAllocator
43 ClientMemoryAllocator::~ClientMemoryAllocator()
67 ClientMemoryAllocator::Allocate(size_t size, block** _address, bool& newArea)
121 ClientMemoryAllocator::Free(block* freeBlock)
190 ClientMemoryAllocator::Dump()
214 ClientMemoryAllocator::_AllocateChunk(size_t size, bool& newArea)
316 ClientMemory::Allocate(ClientMemoryAllocator* allocato
[all...]
H A DServerApp.h16 #include "ClientMemoryAllocator.h"
159 ClientMemoryAllocator fMemoryAllocator;
H A DBitmapManager.cpp19 #include "ClientMemoryAllocator.h"
86 BitmapManager::CreateBitmap(ClientMemoryAllocator* allocator,

Completed in 89 milliseconds