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

  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 503 index_t size2index_compute(size_t size);
520 size2index_compute(size_t size) function
558 assert(ret == size2index_compute(size));
571 return (size2index_compute(size));
private_namespace.h 422 #define size2index_compute JEMALLOC_N(size2index_compute) macro
private_unnamespace.h 422 #undef size2index_compute macro

Completed in 486 milliseconds