diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2017-04-25 00:16:36 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-04-25 16:51:38 (GMT) |
commit | dab4beb277f5fd82dd0f66324bb9a2c7458afe1c (patch) | |
tree | 384a45c81fd5b802adfb4e12b7a0a9a1d393feab /src | |
parent | 89e2d3c12b573310e60b97beaf178007a71d83a3 (diff) | |
download | jemalloc-dab4beb277f5fd82dd0f66324bb9a2c7458afe1c.zip jemalloc-dab4beb277f5fd82dd0f66324bb9a2c7458afe1c.tar.gz jemalloc-dab4beb277f5fd82dd0f66324bb9a2c7458afe1c.tar.bz2 |
Header refactoring: hash - unify and remove from catchall.
Diffstat (limited to 'src')
-rw-r--r-- | src/ckh.c | 1 | ||||
-rw-r--r-- | src/prof.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,7 @@ #include "jemalloc/internal/jemalloc_internal_includes.h" #include "jemalloc/internal/assert.h" +#include "jemalloc/internal/hash.h" #include "jemalloc/internal/malloc_io.h" #include "jemalloc/internal/prng.h" #include "jemalloc/internal/util.h" @@ -4,6 +4,7 @@ #include "jemalloc/internal/assert.h" #include "jemalloc/internal/ckh.h" +#include "jemalloc/internal/hash.h" #include "jemalloc/internal/malloc_io.h" /******************************************************************************/ |