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

  /src/external/bsd/jemalloc.old/dist/src/
hpa.c 24 static uint64_t hpa_time_until_deferred_work(tsdn_t *tsdn, pai_t *self);
225 shard->pai.time_until_deferred_work = &hpa_time_until_deferred_work;
887 hpa_time_until_deferred_work(tsdn_t *tsdn, pai_t *self) { function
  /src/external/bsd/jemalloc/dist/src/
hpa.c 20 static uint64_t hpa_time_until_deferred_work(tsdn_t *tsdn, pai_t *self);
122 shard->pai.time_until_deferred_work = &hpa_time_until_deferred_work;
1034 hpa_time_until_deferred_work(tsdn_t *tsdn, pai_t *self) { function

Completed in 49 milliseconds