aboutsummaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/pages.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2016-12-08 11:56:18 -0800
committerChristopher Ferris <cferris@google.com>2016-12-12 11:27:08 -0800
commitbf9b0180f3e75b710d1f419fff343885ee1b3880 (patch)
treed6d90045696788a36c0166add55a8399cb6accc4 /include/jemalloc/internal/pages.h
parentb5d0373650f3274c28b4355533e70ae3e745f039 (diff)
parentf1f76357313e7dcad7262f17a48ff0a2e005fcdc (diff)
downloadjemalloc-bf9b0180f3e75b710d1f419fff343885ee1b3880.tar.gz
Update to jemalloc 4.4.0.
Merge remote-tracking branch 'aosp/upstream-new' into upgrade Includes regenerating the necessary files. Bug: 33321361 Test: Built for x86_64/arm64. Built the no tcache and tcache enabled Test: configs (nexus 9/nexus 6p). Compared the before after running Test: all dumps through the memory replay and verified no unexpected Test: increases. Ran bionic unit tests in both configs, 32 bit and 64 bit Test: variants. Ran the jemalloc unit tests in both configs. Change-Id: I2e8f3305cd1717c7efced69718fff90797f21068
Diffstat (limited to 'include/jemalloc/internal/pages.h')
-rw-r--r--include/jemalloc/internal/pages.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/jemalloc/internal/pages.h b/include/jemalloc/internal/pages.h
index e21effd..4ae9f15 100644
--- a/include/jemalloc/internal/pages.h
+++ b/include/jemalloc/internal/pages.h
@@ -16,6 +16,8 @@ void *pages_trim(void *addr, size_t alloc_size, size_t leadsize,
bool pages_commit(void *addr, size_t size);
bool pages_decommit(void *addr, size_t size);
bool pages_purge(void *addr, size_t size);
+bool pages_huge(void *addr, size_t size);
+bool pages_nohuge(void *addr, size_t size);
void pages_boot(void);
#endif /* JEMALLOC_H_EXTERNS */