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-22 17:25:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6399ec0cd2e2c03e27dbc8bb84bf7d52b0edeccb
0ad
/
source
/
lib
/
allocators
T
History
janwas
f4e46d166d
sync with work; minor fixes (wsdl must report gfx memory in KB to match sdl)
...
This was SVN commit r10678.
2011-12-06 09:17:39 +00:00
..
tests
lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray)
2011-08-21 11:00:09 +00:00
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
lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray)
2011-08-21 11:00:09 +00:00
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
lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray)
2011-08-21 11:00:09 +00:00
freelist.cpp
…
freelist.h
…
headerless.cpp
fix compile error due to GCC restriction.
2011-10-10 20:08:04 +00:00
headerless.h
fix compile error due to GCC restriction.
2011-10-10 20:08:04 +00:00
overrun_protector.h
lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray)
2011-08-21 11:00:09 +00:00
page_aligned.cpp
…
page_aligned.h
…
pool.cpp
lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray)
2011-08-21 11:00:09 +00:00
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
fix compile error due to GCC restriction.
2011-10-10 20:08:04 +00:00
unique_range.h
fix compile error due to GCC restriction.
2011-10-10 20:08:04 +00:00