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

  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 37 * + Multiple arenas are used if there are multiple CPUs, which reduces lock
40 * + Cache line sharing between arenas is avoided for internal data
45 * mechanism for associating allocations with particular arenas.
118 * multiple arenas is not warranted.
1062 static size_t arena_maxclass; /* Max size class for arenas. */
1148 * Arenas.
1152 * Arenas that are used to service external requests. Not all elements of the
1153 * arenas array are necessarily used; arenas are created lazily as needed.
1155 static arena_t **arenas; variable
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 37 * + Multiple arenas are used if there are multiple CPUs, which reduces lock
40 * + Cache line sharing between arenas is avoided for internal data
45 * mechanism for associating allocations with particular arenas.
111 * multiple arenas is not warranted.
1055 static size_t arena_maxclass; /* Max size class for arenas. */
1141 * Arenas.
1145 * Arenas that are used to service external requests. Not all elements of the
1146 * arenas array are necessarily used; arenas are created lazily as needed.
1148 static arena_t **arenas; variable
    [all...]

Completed in 3425 milliseconds