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

  /external/jemalloc/src/
huge.c 28 bool is_zeroed; local
44 * Copy zero into is_zeroed and pass the copy to chunk_alloc(), so that
47 is_zeroed = zero;
49 ret = arena_chunk_alloc_huge(arena, csize, alignment, &is_zeroed);
67 else if (opt_zero && is_zeroed == false)
  /external/valgrind/main/memcheck/
mc_include.h 95 Bool is_zeroed; // allocations from this pool are zeroed member in struct:_MC_Mempool
103 Bool is_zeroed, MC_AllocKind kind,
108 void MC_(create_mempool) ( Addr pool, UInt rzB, Bool is_zeroed );
mc_main.c 5993 Bool is_zeroed = (Bool)arg[4]; local
6032 Bool is_zeroed = (Bool)arg[3]; local
    [all...]

Completed in 79 milliseconds