We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff1057 commit ab96e29Copy full SHA for ab96e29
src/snmalloc/mem/corealloc.h renamed to src/snmalloc/mem/alloc.h
src/snmalloc/mem/mem.h
@@ -1,7 +1,7 @@
1
+#include "alloc.h"
2
#include "backend_concept.h"
3
#include "backend_wrappers.h"
4
#include "check_init.h"
-#include "corealloc.h"
5
#include "entropy.h"
6
#include "freelist.h"
7
#include "metadata.h"
src/snmalloc/mem/pool.h
@@ -81,7 +81,7 @@ namespace snmalloc
81
* The third template argument is a method to retrieve the actual PoolState.
82
*
83
* For the pool of allocators, refer to the AllocPool alias defined in
84
- * corealloc.h.
+ * alloc.h.
85
86
* For a pool of another type, it is recommended to leave the
87
* third template argument with its default value. The SingletonPoolState
0 commit comments