ClientMemoryAllocator
BitmapManager::CreateBitmap(ClientMemoryAllocator* allocator,
class ClientMemoryAllocator;
ServerBitmap* CreateBitmap(ClientMemoryAllocator* allocator,
ClientMemoryAllocator::Free(block* freeBlock)
ClientMemoryAllocator::Detach()
ClientMemoryAllocator::Dump()
ClientMemoryAllocator::_AllocateChunk(size_t size)
ClientMemory::Allocate(ClientMemoryAllocator* allocator, size_t size)
ClientMemoryAllocator::ClientMemoryAllocator(ServerApp* application)
ClientMemoryAllocator::~ClientMemoryAllocator()
ClientMemoryAllocator::Allocate(size_t size, block** _address)
class ClientMemoryAllocator : public BReferenceable {
ClientMemoryAllocator(ServerApp* application);
~ClientMemoryAllocator();
void* Allocate(ClientMemoryAllocator* allocator,
BReference<ClientMemoryAllocator>
fMemoryAllocator(new (std::nothrow) ClientMemoryAllocator(this), true),
BReference<ClientMemoryAllocator> fMemoryAllocator;