This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-29 08:27:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dba2bd2da21c9102fec89ea0bd85e0dc3d4654ae
0ad
/
source
/
lib
/
allocators
T
History
historic_bruno
587487811b
Fixes typo in pool allocator stats, based on patch from Echelon9.
Fixes
#1061
.
...
This was SVN commit r10799.
2011-12-23 03:54:36 +00:00
..
tests
…
aligned_allocator.h
sync with work; minor fixes (wsdl must report gfx memory in KB to match sdl)
2011-12-06 09:17:39 +00:00
allocator_adapters.h
replace old pool_allocator/RawPoolAllocator with ProxyAllocator that draws upon the new-style Arena (more efficient, avoids slow VirtualAlloc)
2011-10-16 10:37:21 +00:00
allocator_checker.h
…
allocator_policies.h
…
arena.cpp
replace old pool_allocator/RawPoolAllocator with ProxyAllocator that draws upon the new-style Arena (more efficient, avoids slow VirtualAlloc)
2011-10-16 10:37:21 +00:00
arena.h
replace old pool_allocator/RawPoolAllocator with ProxyAllocator that draws upon the new-style Arena (more efficient, avoids slow VirtualAlloc)
2011-10-16 10:37:21 +00:00
dynarray.cpp
Fix printf argument types
2011-11-13 18:31:06 +00:00
dynarray.h
…
freelist.cpp
…
freelist.h
…
headerless.cpp
Fixes typo in pool allocator stats, based on patch from Echelon9.
Fixes
#1061
.
2011-12-23 03:54:36 +00:00
headerless.h
…
overrun_protector.h
…
page_aligned.cpp
…
page_aligned.h
…
pool.cpp
…
pool.h
replace old pool_allocator/RawPoolAllocator with ProxyAllocator that draws upon the new-style Arena (more efficient, avoids slow VirtualAlloc)
2011-10-16 10:37:21 +00:00
shared_ptr.cpp
…
shared_ptr.h
…
unique_range.cpp
…
unique_range.h
…