1
0
forked from 0ad/0ad
0ad/source/lib/allocators
janwas 8e341c2d6b shared_ptr: use Philip's idea of making the Deleter's operator() a template instead of its enclosing class. in code, use DummySharedPtr() instead of passing a DummyDeleter
h_mgr: compile fix for windows memory tracker (see forum thread)
timer: add assert to catch incorrect behaviour as reported by philip

This was SVN commit r5544.
2008-01-10 19:29:52 +00:00
..
tests improvements and fixes: 2008-01-07 20:03:19 +00:00
allocators.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
allocators.h improvements and fixes: 2008-01-07 20:03:19 +00:00
bucket.cpp move allocators here (the old cache_allocator is now in headerless.cpp) 2007-11-10 13:13:36 +00:00
bucket.h improvements and fixes: 2008-01-07 20:03:19 +00:00
dynarray.cpp move allocators here (the old cache_allocator is now in headerless.cpp) 2007-11-10 13:13:36 +00:00
dynarray.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
headerless.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
headerless.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
mem_util.cpp move allocators here (the old cache_allocator is now in headerless.cpp) 2007-11-10 13:13:36 +00:00
mem_util.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
pool.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
pool.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
shared_ptr.cpp shared_ptr: use Philip's idea of making the Deleter's operator() a template instead of its enclosing class. in code, use DummySharedPtr() instead of passing a DummyDeleter 2008-01-10 19:29:52 +00:00
shared_ptr.h shared_ptr: use Philip's idea of making the Deleter's operator() a template instead of its enclosing class. in code, use DummySharedPtr() instead of passing a DummyDeleter 2008-01-10 19:29:52 +00:00
string_pool.cpp include boost smart pointers from PCH 2007-11-20 18:44:36 +00:00
string_pool.h include boost smart pointers from PCH 2007-11-20 18:44:36 +00:00