r-lyeh-archived / ltalloc

LightweighT Almost Lock-Less Oriented for C++ programs memory allocator
BSD 3-Clause "New" or "Revised" License
164 stars 17 forks source link

Added LTALLOC_DISABLE_EXCEPTIONS #22

Closed jlaumon closed 6 years ago

jlaumon commented 6 years ago

Defining LTALLOC_DISABLE_EXCEPTIONS deactivates code calling throw (otherwise it doesn't compile if the exceptions are disabled at the compiler level).

r-lyeh commented 6 years ago

Very cool thx! :D