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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hpa_hooks.h 10 void (*dehugify)(void *ptr, size_t size); member in struct:hpa_hooks_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hpa_hooks.h 10 void (*dehugify)(void *ptr, size_t size); member in struct:hpa_hooks_s
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hpa_hooks.h 10 void (*dehugify)(void *ptr, size_t size); member in struct:hpa_hooks_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hpa_hooks.h 10 void (*dehugify)(void *ptr, size_t size); member in struct:hpa_hooks_s
  /src/external/bsd/jemalloc/dist/src/
hpa.c 339 * and only dehugify it if it's failed to meet the criteria for an
412 bool dehugify = hpdata_huge_get(to_purge); local
421 if (dehugify) {
422 shard->central->hooks.dehugify(hpdata_addr_get(to_purge),
444 if (dehugify) {
450 if (dehugify) {
  /src/external/bsd/jemalloc.old/dist/src/
hpa.c 339 * and only dehugify it if it's failed to meet the criteria for an
412 bool dehugify = hpdata_huge_get(to_purge); local
421 if (dehugify) {
422 shard->central->hooks.dehugify(hpdata_addr_get(to_purge),
444 if (dehugify) {
450 if (dehugify) {

Completed in 36 milliseconds