janwas
|
8af8326563
|
replace old pool_allocator/RawPoolAllocator with ProxyAllocator that draws upon the new-style Arena (more efficient, avoids slow VirtualAlloc)
This was SVN commit r10410.
|
2011-10-16 10:37:21 +00:00 |
|
janwas
|
ed959b8da7
|
minor fixes: add missing arena.cpp; add required NONCOPYABLE annotation; fix UNUSED2 to work in the case of references.
This was SVN commit r10059.
|
2011-08-22 08:54:56 +00:00 |
|
janwas
|
881d3cebf4
|
lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray)
This was SVN commit r10051.
|
2011-08-21 11:00:09 +00:00 |
|