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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
pages.h 44 /* PAGES_CAN_PURGE_LAZY is defined if lazy purging is supported. */
46 # define PAGES_CAN_PURGE_LAZY
63 static const bool pages_can_purge_lazy = variable
64 #ifdef PAGES_CAN_PURGE_LAZY
  /src/external/bsd/jemalloc/include/jemalloc/internal/
pages.h 44 /* PAGES_CAN_PURGE_LAZY is defined if lazy purging is supported. */
46 # define PAGES_CAN_PURGE_LAZY
63 static const bool pages_can_purge_lazy = variable
64 #ifdef PAGES_CAN_PURGE_LAZY
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
pages.h 44 /* PAGES_CAN_PURGE_LAZY is defined if lazy purging is supported. */
46 # define PAGES_CAN_PURGE_LAZY
63 static const bool pages_can_purge_lazy = variable
64 #ifdef PAGES_CAN_PURGE_LAZY
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
pages.h 44 /* PAGES_CAN_PURGE_LAZY is defined if lazy purging is supported. */
46 # define PAGES_CAN_PURGE_LAZY
63 static const bool pages_can_purge_lazy = variable
64 #ifdef PAGES_CAN_PURGE_LAZY

Completed in 135 milliseconds