Home
last modified time | relevance | path

Searched refs:low_water (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc/src/
Dtcache.c43 if (tbin->low_water > 0) { in tcache_event_hard()
49 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
53 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
61 } else if (tbin->low_water < 0) { in tcache_event_hard()
69 tbin->low_water = tbin->ncached; in tcache_event_hard()
169 if ((int)tbin->ncached < tbin->low_water) in tcache_bin_flush_small()
170 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
254 if ((int)tbin->ncached < tbin->low_water) in tcache_bin_flush_large()
255 tbin->low_water = tbin->ncached; in tcache_bin_flush_large()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h82 int low_water; /* Min # cached since last GC. */ member
273 tbin->low_water = -1; in tcache_alloc_easy()
288 if (unlikely((int)tbin->ncached < tbin->low_water)) in tcache_alloc_easy()
289 tbin->low_water = tbin->ncached; in tcache_alloc_easy()
/external/kernel-headers/original/uapi/linux/
Datm_zatm.h27 int low_water,high_water; /* refill parameters */ member