• Philipp A. Hartmann's avatar
    MemoryPoolAllocator, Stack: lazily allocate Allocators · e8f5d9f8
    Philipp A. Hartmann authored
    In order to make the constructors more efficient, especially
    in the context of C++11 move semantics, the (dynamic) allocations
    in MemoryPoolAllocator and Stack should be performed lazily.
    
    Move the allocations to the first use of the allocator in both
    classes.
    e8f5d9f8
Name
Last commit
Last update
bin Loading commit data...
build Loading commit data...
doc Loading commit data...
example Loading commit data...
include/rapidjson Loading commit data...
test Loading commit data...
thirdparty Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
license.txt Loading commit data...
readme.md Loading commit data...