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

Function aligned_alloc_func

src/world/physics_world_bullet.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 inline void *aligned_alloc_func(size_t size, int alignment)
214 {
215 return _heap_allocator->allocate((u32)size, (u32)alignment);
216 }
217
218 inline void aligned_free_func(void *memblock)
219 {

Callers

nothing calls this directly

Calls 1

allocateMethod · 0.45

Tested by

no test coverage detected