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

  /external/jemalloc/include/jemalloc/internal/
ctl.h 66 ctl_arena_stats_t *arenas; /* (narenas + 1) elements. */ member in struct:ctl_stats_s
private_namespace.h 119 #define arenas JEMALLOC_N(arenas) macro
    [all...]
private_unnamespace.h 119 #undef arenas macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 205 * The allocator sub-allocates <Big> blocks of memory (called arenas) aligned
208 * means that the memory arenas will be used entirely. A malloc(<Big>) is
214 * Arenas are allocated with mmap() on systems supporting anonymous memory
286 uint arenaindex; /* index into arenas of base adr */
294 /* Record keeping for arenas. */
488 `arenas` is a vector of arena_objects. It contains maxarenas entries, some of
490 currently associated with an allocated arena). Note that arenas proper are
493 Prior to Python 2.5, arenas were never free()'ed. Starting with Python 2.5,
494 we do try to free() arenas, and use some mild heuristic strategies to increase
495 the likelihood that arenas eventually can be freed.
521 static struct arena_object* arenas = NULL; variable in typeref:struct:arena_object
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 175 * The allocator sub-allocates <Big> blocks of memory (called arenas) aligned
178 * that the memory arenas will be used entirely. A malloc(<Big>) is usually
183 * Therefore, allocating arenas with malloc is not optimal, because there is
256 uint arenaindex; /* index into arenas of base adr */
264 /* Record keeping for arenas. */
455 `arenas` is a vector of arena_objects. It contains maxarenas entries, some of
457 currently associated with an allocated arena). Note that arenas proper are
460 Prior to Python 2.5, arenas were never free()'ed. Starting with Python 2.5,
461 we do try to free() arenas, and use some mild heuristic strategies to increase
462 the likelihood that arenas eventually can be freed.
488 static struct arena_object* arenas = NULL; variable in typeref:struct:arena_object
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 205 * The allocator sub-allocates <Big> blocks of memory (called arenas) aligned
208 * means that the memory arenas will be used entirely. A malloc(<Big>) is
214 * Arenas are allocated with mmap() on systems supporting anonymous memory
286 uint arenaindex; /* index into arenas of base adr */
294 /* Record keeping for arenas. */
488 `arenas` is a vector of arena_objects. It contains maxarenas entries, some of
490 currently associated with an allocated arena). Note that arenas proper are
493 Prior to Python 2.5, arenas were never free()'ed. Starting with Python 2.5,
494 we do try to free() arenas, and use some mild heuristic strategies to increase
495 the likelihood that arenas eventually can be freed
521 static struct arena_object* arenas = NULL; variable in typeref:struct:arena_object
    [all...]
  /external/jemalloc/src/
jemalloc.c 54 /* Protects arenas initialization. */
57 * Arenas that are used to service external requests. Not all elements of the
58 * arenas array are necessarily used; arenas are created lazily as needed.
60 * arenas[0..narenas_auto) are used for automatic multiplexing of threads and
61 * arenas. arenas[narenas_auto..narenas_total) are only used if the application
64 arena_t **arenas; variable
66 static arena_t *a0; /* arenas[0]; read-only after initialization. */
412 atomic_write_p((void **)&arenas[ind], arena)
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 683 * The allocator sub-allocates <Big> blocks of memory (called arenas) aligned
686 * means that the memory arenas will be used entirely. A malloc(<Big>) is
692 * Arenas are allocated with mmap() on systems supporting anonymous memory
748 uint arenaindex; /* index into arenas of base adr */
756 /* Record keeping for arenas. */
948 `arenas` is a vector of arena_objects. It contains maxarenas entries, some of
950 currently associated with an allocated arena). Note that arenas proper are
953 Prior to Python 2.5, arenas were never free()'ed. Starting with Python 2.5,
954 we do try to free() arenas, and use some mild heuristic strategies to increase
955 the likelihood that arenas eventually can be freed
981 static struct arena_object* arenas = NULL; variable in typeref:struct:arena_object
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.3.Final/
netty-buffer-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.6.Final/
netty-buffer-4.1.6.Final.jar 

Completed in 519 milliseconds