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

  /external/jemalloc/include/jemalloc/internal/
huge.h 24 arena_t *huge_aalloc(const void *ptr);
private_namespace.h 281 #define huge_aalloc JEMALLOC_N(huge_aalloc) macro
    [all...]
private_unnamespace.h 281 #undef huge_aalloc macro
arena.h     [all...]
  /external/jemalloc/src/
huge.c 333 arena_decay_tick(tsdn, huge_aalloc(ptr));
340 arena_decay_tick(tsdn, huge_aalloc(ptr));
353 arena_decay_tick(tsdn, huge_aalloc(ptr));
361 arena_decay_tick(tsdn, huge_aalloc(ptr));
433 huge_aalloc(const void *ptr) function

Completed in 61 milliseconds