MCPcopy Create free account
hub / github.com/dartsim/dart / allocateUsingPool

Method allocateUsingPool

dart/common/MemoryManager.cpp:114–117  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

112
113//==============================================================================
114void* MemoryManager::allocateUsingPool(size_t bytes)
115{
116 return allocate(Type::Pool, bytes);
117}
118
119//==============================================================================
120void MemoryManager::deallocate(Type type, void* pointer, size_t bytes)

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64