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

/haiku/src/servers/app/
H A DClientMemoryAllocator.h38 class ClientMemoryAllocator : public BReferenceable { class in inherits:BReferenceable
40 ClientMemoryAllocator(ServerApp* application);
41 ~ClientMemoryAllocator();
78 void* Allocate(ClientMemoryAllocator* allocator,
86 BReference<ClientMemoryAllocator>
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)
125 ClientMemoryAllocator::Free(block* freeBlock)
196 ClientMemoryAllocator::Detach()
204 ClientMemoryAllocator::Dump()
230 ClientMemoryAllocator
[all...]
H A DServerApp.h17 #include "ClientMemoryAllocator.h"
164 BReference<ClientMemoryAllocator> fMemoryAllocator;
H A DBitmapManager.cpp19 #include "ClientMemoryAllocator.h"
86 BitmapManager::CreateBitmap(ClientMemoryAllocator* allocator,
H A DServerApp.cpp112 fMemoryAllocator(new (std::nothrow) ClientMemoryAllocator(this), true),
477 /*! Called from the ClientMemoryAllocator whenever a server area could be

Completed in 152 milliseconds