OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size2index_lookup
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h
536
szind_t
size2index_lookup
(size_t size);
585
size2index_lookup
(size_t size)
function
602
return (
size2index_lookup
(size));
677
size_t ret = index2size_lookup(
size2index_lookup
(size));
private_namespace.h
462
#define
size2index_lookup
JEMALLOC_N(
size2index_lookup
)
macro
private_unnamespace.h
462
#undef
size2index_lookup
macro
Completed in 423 milliseconds