jemallocator/tests
Simon Sapin e6ea8a94b4 Add bindings to all jemalloc public functions
That is, those documented in http://jemalloc.net/jemalloc.3.html

For example `malloc` and `free` can be useful when implementing
callbacks for a C library that doesn’t provide a size when deallocating:
https://www.freetype.org/freetype2/docs/reference/ft2-system_interface.html
2017-10-30 16:13:25 +01:00
..
ffi.rs Fix tests on OSX 2017-07-07 11:07:16 -07:00
malloctl.rs Fix tests on OSX 2017-07-07 11:07:16 -07:00
smoke.rs Fix tests on OSX 2017-07-07 11:07:16 -07:00
smoke_ffi.rs Add bindings to all jemalloc public functions 2017-10-30 16:13:25 +01:00
usable_size.rs Expose malloc_usable_size in the high-level crate. 2017-10-13 21:37:45 +02:00