HomeSort by relevance Sort by last modified time
    Searched refs:size2index_lookup (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 504 index_t size2index_lookup(size_t size);
551 size2index_lookup(size_t size) function
569 return (size2index_lookup(size));
646 size_t ret = index2size_lookup(size2index_lookup(size));
private_namespace.h 423 #define size2index_lookup JEMALLOC_N(size2index_lookup) macro
private_unnamespace.h 423 #undef size2index_lookup macro

Completed in 38 milliseconds