OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcache_salloc
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/include/jemalloc/internal/
tcache.h
145
size_t
tcache_salloc
(const void *ptr);
325
assert(
tcache_salloc
(ret) == usize);
421
assert(
tcache_salloc
(ptr) <= SMALL_MAXCLASS);
448
assert(
tcache_salloc
(ptr) > SMALL_MAXCLASS);
449
assert(
tcache_salloc
(ptr) <= tcache_maxclass);
private_namespace.h
493
#define
tcache_salloc
JEMALLOC_N(
tcache_salloc
)
macro
private_unnamespace.h
493
#undef
tcache_salloc
macro
/external/jemalloc/src/
tcache.c
26
size_t
tcache_salloc
(const void *ptr)
function
Completed in 565 milliseconds