xo-alloc2: + guard bytes at beginning of arena + refactoring
This commit is contained in:
parent
6cf535eaef
commit
c6b57232e8
8 changed files with 210 additions and 89 deletions
|
|
@ -20,7 +20,10 @@ namespace xo {
|
|||
* e.g. IAllocator_Xfer<DArena>
|
||||
*/
|
||||
|
||||
std::cerr << "fatal: attempt to call uninitialized IAllocator_Any" << std::endl;
|
||||
std::cerr << "fatal"
|
||||
<< ": attempt to call uninitialized"
|
||||
<< " IAllocator_Any method"
|
||||
<< std::endl;
|
||||
std::terminate();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue