5 Commits

Author SHA1 Message Date
palana
0204fa906c Disable FastAlloc for 64 bit builds
FastAlloc only uses the lower 32 bits of a pointer to index its internal
structures which is a problem for allocations with size >= 0x8001,
because multiple big allocations can have the same values for bit 16 to
bit 32, which causes FastAlloc to discard its info about the previous
allocation
2014-08-17 20:16:03 +02:00
Richard Stanway
8d9a26ca29 Add DumpError (crash+dump) for certain CrashError errors. 2014-04-24 20:38:58 +02:00
Richard Stanway
e8fd9340f4 Decorate alloc functions with restrict keyword 2013-03-08 19:40:27 -05:00
Richard Stanway
e879be1480 Improve a few crash messages 2012-12-23 15:29:45 -05:00
jp9000
5b9e3b9dcb Initial commit 2012-08-30 21:54:15 -07:00