s/CHUNK_HOOKS_INITIALIZER/EXTENT_HOOKS_INITIALIZER/g

This commit is contained in:
Jason Evans
2016-06-01 11:56:45 -07:00
parent c9a76481d8
commit 4a55daa363
5 changed files with 16 additions and 16 deletions

View File

@@ -11,16 +11,6 @@
#define CHUNK_CEILING(s) \
(((s) + chunksize_mask) & ~chunksize_mask)
#define CHUNK_HOOKS_INITIALIZER { \
NULL, \
NULL, \
NULL, \
NULL, \
NULL, \
NULL, \
NULL \
}
#endif /* JEMALLOC_H_TYPES */
/******************************************************************************/
#ifdef JEMALLOC_H_STRUCTS