MCPcopy Create free account
hub / github.com/crownengine/crown / alloc_func

Function alloc_func

src/world/physics_world_bullet.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 }
222
223 inline void *alloc_func(size_t size)
224 {
225 return _heap_allocator->allocate((u32)size);
226 }
227
228 inline void free_func(void *memblock)
229 {

Callers

nothing calls this directly

Calls 1

allocateMethod · 0.45

Tested by

no test coverage detected