1
0
forked from 0ad/0ad
0ad/source/lib/allocators
janwas d43636f8ae work-related additions:
x86_x64.cpp: detect TLBs (a major undertaking :/)
mem_util: export functions
win.h: hopefully avoid warnings from either vc2008 and vc2005 about
already defined win32 version macros
wnuma: revise large page heuristic (cause of slowdown is now known)

This was SVN commit r6600.
2009-01-06 20:17:06 +00:00
..
tests fixes to stack trace code under x64 (from work): 2008-09-27 10:05:11 +00:00
aligned_allocator.cpp fixes+improvements from work: 2008-06-01 08:25:12 +00:00
aligned_allocator.h Partly fixed Linux build 2008-07-01 20:18:05 +00:00
allocators.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
allocators.h additions from work: 2008-11-20 16:35:30 +00:00
bucket.cpp bucket: all routines exported, add bucket_fast_alloc 2008-04-19 17:35:28 +00:00
bucket.h # code cleanup/fixes 2008-12-16 21:13:04 +00:00
dynarray.cpp fixes to stack trace code under x64 (from work): 2008-09-27 10:05:11 +00:00
dynarray.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
headerless.cpp replace most BIT macros with a Bit() template for better 64-bit safety 2008-09-06 21:15:53 +00:00
headerless.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
mem_util.cpp add NUMA and shared-L2-cache detect code (required at work) 2008-05-12 18:15:08 +00:00
mem_util.h work-related additions: 2009-01-06 20:17:06 +00:00
pool.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
pool.h fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
shared_ptr.cpp additions from work: 2008-11-20 16:35:30 +00:00
shared_ptr.h # Fixed Linux build 2009-01-02 21:19:41 +00:00
string_pool.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
string_pool.h include boost smart pointers from PCH 2007-11-20 18:44:36 +00:00