snmalloc-sys 0.7.4

rust raw bindings of snmalloc.
Documentation
1
2
3
4
5
6
7
#pragma once

#ifdef SNMALLOC_USE_SELF_VENDORED_STL
#  include "snmalloc/stl/gnu/array.h"
#else
#  include "snmalloc/stl/cxx/array.h"
#endif