mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Unused and since C++17 not really valuable with std::aligned_alloc (_aligned_malloc and _aligned_free in case of MSVC) available. We also have an other similar interface with "lib/sysdep/vm.h". Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com> |
||
|---|---|---|
| .. | ||
| tests | ||
| allocator_checker.h | ||
| allocator_policies.h | ||
| DynamicArena.h | ||
| dynarray.cpp | ||
| dynarray.h | ||
| freelist.cpp | ||
| freelist.h | ||
| overrun_protector.h | ||
| pool.cpp | ||
| pool.h | ||
| shared_ptr.h | ||
| stateless_allocators.h | ||
| STLAllocators.h | ||