0ad/source/lib/allocators
Ralph Sennhauser 94f13073ce
Remove unused allocator page_aligned
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>
2026-06-05 16:57:20 +02:00
..
tests Removes unused pointer from the allocate function 2025-10-12 00:53:10 +02:00
allocator_checker.h Fix some includes in source/lib 2025-07-25 07:11:21 +02:00
allocator_policies.h Fix some includes in source/lib 2025-07-25 07:11:21 +02:00
DynamicArena.h Removes unused pointer from the allocate function 2025-10-12 00:53:10 +02:00
dynarray.cpp Fix some includes in source/lib 2025-07-17 20:07:25 +02:00
dynarray.h Fix some includes in source/lib 2025-07-25 07:11:21 +02:00
freelist.cpp Make all Wildfire Games copyright headers consistent by always ending with a period and using (C) instead of (c). 2017-07-10 14:26:24 +00:00
freelist.h Update some includes for iwyu part 1 2025-06-20 09:01:19 +02:00
overrun_protector.h Fix some includes in source/lib 2025-07-25 07:11:21 +02:00
pool.cpp Fix some includes in source/lib 2025-07-17 20:07:25 +02:00
pool.h Update some includes for iwyu part 1 2025-06-20 09:01:19 +02:00
shared_ptr.h Removes ArrayDeleter 2026-04-10 23:03:00 +02:00
stateless_allocators.h Fix some includes in source/lib 2025-07-25 07:11:21 +02:00
STLAllocators.h Removes unused pointer from the allocate function 2025-10-12 00:53:10 +02:00