Home
last modified time | relevance | path

Searched refs:ialloc_post_check (Results 1 – 1 of 1) sorted by relevance

/external/jemalloc/src/
Djemalloc.c1615 ialloc_post_check(void *ret, tsdn_t *tsdn, size_t usize, const char *func, function
1651 ialloc_post_check(ret, tsdn, usize, "malloc", true, false);
1654 ialloc_post_check(ret, tsdn, usize, "malloc", true, true);
1828 ialloc_post_check(ret, tsdn, usize, "calloc", true, false);
1831 ialloc_post_check(ret, tsdn, usize, "calloc", true, true);
2293 ialloc_post_check(p, tsdn, usize, "mallocx", false, false);
2296 ialloc_post_check(p, tsdn, usize, "mallocx", false, true);