Home
last modified time | relevance | path

Searched refs:ClientMemoryAllocator (Results 1 – 8 of 8) sorted by relevance

/haiku/src/servers/app/
H A DClientMemoryAllocator.h38 class ClientMemoryAllocator : public BReferenceable {
40 ClientMemoryAllocator(ServerApp* application);
41 ~ClientMemoryAllocator();
78 void* Allocate(ClientMemoryAllocator* allocator,
86 BReference<ClientMemoryAllocator>
H A DClientMemoryAllocator.cpp35 ClientMemoryAllocator::ClientMemoryAllocator(ServerApp* application) in ClientMemoryAllocator() function in ClientMemoryAllocator
43 ClientMemoryAllocator::~ClientMemoryAllocator() in ~ClientMemoryAllocator()
67 ClientMemoryAllocator::Allocate(size_t size, block** _address, bool& newArea) in Allocate()
125 ClientMemoryAllocator::Free(block* freeBlock) in Free()
196 ClientMemoryAllocator::Detach() in Detach()
204 ClientMemoryAllocator::Dump() in Dump()
230 ClientMemoryAllocator::_AllocateChunk(size_t size, bool& newArea) in _AllocateChunk()
336 ClientMemory::Allocate(ClientMemoryAllocator* allocator, size_t size, in Allocate()
H A DBitmapManager.h19 class ClientMemoryAllocator; variable
29 ServerBitmap* CreateBitmap(ClientMemoryAllocator* allocator,
H A DJamfile41 ClientMemoryAllocator.cpp Desktop.cpp DesktopSettings.cpp
50 ClientMemoryAllocator.cpp Desktop.cpp DesktopSettings.cpp
64 ClientMemoryAllocator.cpp
H A DServerApp.h164 BReference<ClientMemoryAllocator> fMemoryAllocator;
H A DBitmapManager.cpp86 BitmapManager::CreateBitmap(ClientMemoryAllocator* allocator, in CreateBitmap()
H A DServerApp.cpp112 fMemoryAllocator(new (std::nothrow) ClientMemoryAllocator(this), true), in ServerApp()
/haiku/src/tests/servers/app/
H A DJamfile126 ClientMemoryAllocator.cpp
208 ClientMemoryAllocator.cpp Desktop.cpp DesktopSettings.cpp