OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcache_alloc_small
(Results
1 - 5
of
5
) sorted by null
/external/jemalloc/include/jemalloc/internal/
private_symbols.txt
370
tcache_alloc_small
tcache.h
135
void *
tcache_alloc_small
(tcache_t *tcache, size_t size, bool zero);
260
tcache_alloc_small
(tcache_t *tcache, size_t size, bool zero)
function
private_namespace.h
370
#define
tcache_alloc_small
JEMALLOC_N(
tcache_alloc_small
)
macro
private_unnamespace.h
370
#undef
tcache_alloc_small
macro
arena.h
1074
return (
tcache_alloc_small
(tcache, size, zero));
[
all
...]
Completed in 174 milliseconds