r-lyeh-archived / ltalloc

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

Bugfixed ltalloc.h #12

Closed yvoinov closed 6 years ago

yvoinov commented 6 years ago

Was wrong declaration void ltsqueeze(size_t); should be only with argument type, not with name ;)

With this header (and corrected ltalloc.cc above) now library can be used standalone (by including directly in sources), as linked object library, and as external lib.