ServerMemoryAllocator
::BPrivate::ServerMemoryAllocator* fServerAllocator;
class ServerMemoryAllocator;
static inline BPrivate::ServerMemoryAllocator* ServerAllocator()
class ServerMemoryAllocator {
ServerMemoryAllocator();
~ServerMemoryAllocator();
fServerAllocator = new (std::nothrow) BPrivate::ServerMemoryAllocator();
ServerMemoryAllocator::RemoveArea(area_id serverArea)
ServerMemoryAllocator::ServerMemoryAllocator()
ServerMemoryAllocator::~ServerMemoryAllocator()
ServerMemoryAllocator::InitCheck()
ServerMemoryAllocator::AddArea(area_id serverArea, area_id& _area,
BPrivate::ServerMemoryAllocator* allocator
BPrivate::ServerMemoryAllocator* allocator
BPrivate::ServerMemoryAllocator* allocator
static BPrivate::ServerMemoryAllocator sClonedAreaMemoryAllocator;