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
(tsdn_t *tsdn, const void *ptr);
326
assert(
tcache_salloc
(tsd_tsdn(tsd), ret) == usize);
423
assert(
tcache_salloc
(tsd_tsdn(tsd), ptr) <= SMALL_MAXCLASS);
450
assert(
tcache_salloc
(tsd_tsdn(tsd), ptr) > SMALL_MAXCLASS);
451
assert(
tcache_salloc
(tsd_tsdn(tsd), ptr) <= tcache_maxclass);
private_namespace.h
532
#define
tcache_salloc
JEMALLOC_N(
tcache_salloc
)
macro
[
all
...]
private_unnamespace.h
532
#undef
tcache_salloc
macro
/external/jemalloc/src/
tcache.c
30
tcache_salloc
(tsdn_t *tsdn, const void *ptr)
function
Completed in 82 milliseconds