HomeSort by: relevance | last modified time | path
    Searched defs:chunk_comp (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdlib/
jemalloc.c 453 static int chunk_comp(void *, const void *, const void *);
456 .rbto_compare_nodes = chunk_comp,
457 .rbto_compare_key = chunk_comp,
1198 chunk_comp(void *context, const void *va, const void *vb) function in typeref:typename:int
jemalloc.c 453 static int chunk_comp(void *, const void *, const void *);
456 .rbto_compare_nodes = chunk_comp,
457 .rbto_compare_key = chunk_comp,
1198 chunk_comp(void *context, const void *va, const void *vb) function in typeref:typename:int

Completed in 27 milliseconds