0ad/source/lib/allocators
2011-08-21 10:30:35 +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 reinstate aligned_allocator.h (required at work) 2011-05-23 14:10:45 +00:00
allocator_checker.h ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive) 2011-05-04 12:10:17 +00:00
bucket.cpp remove Bucket allocator (superseded by upcoming Arena/Pool with expandable Storage policies) 2011-08-21 10:30:35 +00:00
bucket.h remove Bucket allocator (superseded by upcoming Arena/Pool with expandable Storage policies) 2011-08-21 10:30:35 +00:00
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 cleanup (requires update-workspaces): 2011-04-30 12:34:28 +00:00
freelist.h split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +00:00
headerless.cpp split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +00:00
headerless.h cleanup (requires update-workspaces): 2011-04-30 12:34:28 +00:00
overrun_protector.h cleanup (requires update-workspaces): 2011-04-30 12:34:28 +00:00
page_aligned.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
page_aligned.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
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 split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +00:00
shared_ptr.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
unique_range.cpp post-alpha sync with work. 2011-07-18 09:21:56 +00:00
unique_range.h post-alpha sync with work. 2011-07-18 09:21:56 +00:00