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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hpdata.h 64 bool h_hugify_allowed; member in struct:hpdata_s
186 return hpdata->h_hugify_allowed;
192 hpdata->h_hugify_allowed = true;
203 hpdata->h_hugify_allowed = false;
330 && ((hpdata->h_purge_allowed) || hpdata->h_hugify_allowed)) {
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hpdata.h 64 bool h_hugify_allowed; member in struct:hpdata_s
186 return hpdata->h_hugify_allowed;
192 hpdata->h_hugify_allowed = true;
203 hpdata->h_hugify_allowed = false;
330 && ((hpdata->h_purge_allowed) || hpdata->h_hugify_allowed)) {
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hpdata.h 73 bool h_hugify_allowed; member in struct:hpdata_s
201 return hpdata->h_hugify_allowed;
207 hpdata->h_hugify_allowed = true;
218 hpdata->h_hugify_allowed = false;
391 && (hpdata->h_purge_allowed || hpdata->h_hugify_allowed)) {
395 hpdata->h_hugify_allowed);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hpdata.h 73 bool h_hugify_allowed; member in struct:hpdata_s
201 return hpdata->h_hugify_allowed;
207 hpdata->h_hugify_allowed = true;
218 hpdata->h_hugify_allowed = false;
391 && (hpdata->h_purge_allowed || hpdata->h_hugify_allowed)) {
395 hpdata->h_hugify_allowed);

Completed in 19 milliseconds