Skip to content

Commit ab96e29

Browse files
committed
Rename corealloc.h to alloc.h
1 parent dff1057 commit ab96e29

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/snmalloc/mem/mem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
#include "alloc.h"
12
#include "backend_concept.h"
23
#include "backend_wrappers.h"
34
#include "check_init.h"
4-
#include "corealloc.h"
55
#include "entropy.h"
66
#include "freelist.h"
77
#include "metadata.h"

src/snmalloc/mem/pool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ namespace snmalloc
8181
* The third template argument is a method to retrieve the actual PoolState.
8282
*
8383
* For the pool of allocators, refer to the AllocPool alias defined in
84-
* corealloc.h.
84+
* alloc.h.
8585
*
8686
* For a pool of another type, it is recommended to leave the
8787
* third template argument with its default value. The SingletonPoolState

0 commit comments

Comments
 (0)