1
0
forked from 0ad/0ad
0ad/source/lib/allocators
janwas aea2368300 fixes to stack trace code under x64 (from work):
- displaying symbol values requires stack pointer, not frame pointer
- update debug_IsPointerBogus
- skip-n-frames code changed to skip-all-frames-up-to-func (more
reliable in the face of inlining)

debug.cpp: cleanup

This was SVN commit r6410.
2008-09-27 10:05:11 +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 had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
bucket.cpp bucket: all routines exported, add bucket_fast_alloc 2008-04-19 17:35:28 +00:00
bucket.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +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 add NUMA and shared-L2-cache detect code (required at work) 2008-05-12 18:15:08 +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 small fixes required by use of lib codebase at work 2008-03-29 18:29:26 +00:00
shared_ptr.h small fixes required by use of lib codebase at work 2008-03-29 18:29:26 +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