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 22:08:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8872bad668881a42d281b6849906aa09cbf66ffb
0ad
/
source
/
lib
/
allocators
T
History
janwas
9f97610cb2
refactor: remove "wrapping" and "read" functionality for DynArray (in preparation for replacing it with template policies for more flexible Pool etc.)
...
This was SVN commit r10024.
2011-08-17 08:38:53 +00:00
..
tests
refactor: remove "wrapping" and "read" functionality for DynArray (in preparation for replacing it with template policies for more flexible Pool etc.)
2011-08-17 08:38:53 +00:00
aligned_allocator.h
…
allocator_checker.h
…
bucket.cpp
…
bucket.h
…
dynarray.cpp
refactor: remove "wrapping" and "read" functionality for DynArray (in preparation for replacing it with template policies for more flexible Pool etc.)
2011-08-17 08:38:53 +00:00
dynarray.h
refactor: remove "wrapping" and "read" functionality for DynArray (in preparation for replacing it with template policies for more flexible Pool etc.)
2011-08-17 08:38:53 +00:00
freelist.cpp
…
freelist.h
…
headerless.cpp
…
headerless.h
…
overrun_protector.h
…
page_aligned.cpp
…
page_aligned.h
…
pool.cpp
cleanup and simplification of the really old h_mgr code.
2011-08-04 17:11:16 +00:00
pool.h
pool - safely handle zero-sized allocations (
fixes
#909
)
2011-07-31 09:42:57 +00:00
shared_ptr.cpp
…
shared_ptr.h
…
unique_range.cpp
…
unique_range.h
…