summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-05-18 00:43:30 (GMT)
committerJason Evans <jasone@canonware.com>2016-06-03 19:27:41 (GMT)
commit4d2d9cec5a82c80e0cabb1c4fc0473aca0cc5a09 (patch)
treeb4d66eeadd909ac4cc7fe3bee7b648194f19aa4d /include
parentfc0372a15e6486d69e6f5f4c2b656aafbb013850 (diff)
downloadjemalloc-4d2d9cec5a82c80e0cabb1c4fc0473aca0cc5a09.zip
jemalloc-4d2d9cec5a82c80e0cabb1c4fc0473aca0cc5a09.tar.gz
jemalloc-4d2d9cec5a82c80e0cabb1c4fc0473aca0cc5a09.tar.bz2
Merge chunk_alloc_base() into its only caller.
Diffstat (limited to 'include')
-rw-r--r--include/jemalloc/internal/chunk.h1
-rw-r--r--include/jemalloc/internal/private_symbols.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/jemalloc/internal/chunk.h b/include/jemalloc/internal/chunk.h
index 05cf3d0..ab102d2 100644
--- a/include/jemalloc/internal/chunk.h
+++ b/include/jemalloc/internal/chunk.h
@@ -55,7 +55,6 @@ chunk_hooks_t chunk_hooks_set(tsdn_t *tsdn, arena_t *arena,
bool chunk_register(tsdn_t *tsdn, const extent_t *extent);
void chunk_deregister(tsdn_t *tsdn, const extent_t *extent);
void chunk_reregister(tsdn_t *tsdn, const extent_t *extent);
-void *chunk_alloc_base(size_t size);
void *chunk_alloc_cache(tsdn_t *tsdn, arena_t *arena,
chunk_hooks_t *chunk_hooks, void *new_addr, size_t size, size_t alignment,
bool *zero, bool dalloc_extent);
diff --git a/include/jemalloc/internal/private_symbols.txt b/include/jemalloc/internal/private_symbols.txt
index b3d1860..c237ab3 100644
--- a/include/jemalloc/internal/private_symbols.txt
+++ b/include/jemalloc/internal/private_symbols.txt
@@ -154,7 +154,6 @@ bootstrap_free
bootstrap_malloc
bt_init
buferror
-chunk_alloc_base
chunk_alloc_cache
chunk_alloc_dss
chunk_alloc_mmap