mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-05 03:19:58 +03:00
Header refactoring: move assert.h out of the catch-all
This commit is contained in:
parent
f692e6c214
commit
d9ec36e22d
22 changed files with 34 additions and 7 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef JEMALLOC_INTERNAL_HASH_INLINES_H
|
||||
#define JEMALLOC_INTERNAL_HASH_INLINES_H
|
||||
|
||||
#include "jemalloc/internal/assert.h"
|
||||
|
||||
/*
|
||||
* The following hash function is based on MurmurHash3, placed into the public
|
||||
* domain by Austin Appleby. See https://github.com/aappleby/smhasher for
|
||||
|
|
|
|||
|
|
@ -36,12 +36,6 @@
|
|||
* global jemalloc definitions, however.
|
||||
*/
|
||||
|
||||
/******************************************************************************/
|
||||
/* HERMETIC HEADERS */
|
||||
/******************************************************************************/
|
||||
|
||||
#include "jemalloc/internal/assert.h"
|
||||
|
||||
/******************************************************************************/
|
||||
/* TYPES */
|
||||
/******************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue