HomeSort by relevance Sort by last modified time
    Searched refs:chunks_mtx (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/src/
chunk.c 70 malloc_mutex_lock(&arena->chunks_mtx);
72 malloc_mutex_unlock(&arena->chunks_mtx);
82 malloc_mutex_lock(&arena->chunks_mtx);
107 malloc_mutex_unlock(&arena->chunks_mtx);
222 malloc_mutex_lock(&arena->chunks_mtx);
235 malloc_mutex_unlock(&arena->chunks_mtx);
254 malloc_mutex_unlock(&arena->chunks_mtx);
275 malloc_mutex_unlock(&arena->chunks_mtx);
284 malloc_mutex_unlock(&arena->chunks_mtx);
299 malloc_mutex_unlock(&arena->chunks_mtx);
    [all...]
arena.c     [all...]
  /external/jemalloc/include/jemalloc/internal/
arena.h 453 malloc_mutex_t chunks_mtx; member in struct:arena_s
    [all...]

Completed in 1220 milliseconds