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

  /dalvik/vm/alloc/TEST/HeapBitmapTest/
main.c 66 bool is_zeroed(const HeapBitmap *hb) function
85 assert(is_zeroed(hb));
162 assert(!is_zeroed(&hb));
174 assert(is_zeroed(&hb));
194 assert(!is_zeroed(&hb));
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 70 static void* new_block(ThreadId tid, SizeT size, SizeT align, Bool is_zeroed)
77 if (is_zeroed)
148 return new_block(tid, n, VG_(clo_alignment), /*is_zeroed*/False);
154 return new_block(tid, n, align, /*is_zeroed*/False);
161 /*is_zeroed*/True);
255 return new_block(tid, n, VG_(clo_alignment), /*is_zeroed*/False);
267 return new_block(tid, n, VG_(clo_alignment), /*is_zeroed*/False);
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 254 Bool is_zeroed, MC_AllocKind kind, VgHashTable table)
267 if (is_zeroed) {
285 if (is_zeroed)
302 /*is_zeroed*/False, MC_AllocMalloc, MC_(malloc_list));
312 /*is_zeroed*/False, MC_AllocNew, MC_(malloc_list));
322 /*is_zeroed*/False, MC_AllocNewVec, MC_(malloc_list));
332 /*is_zeroed*/False, MC_AllocMalloc, MC_(malloc_list));
342 /*is_zeroed*/True, MC_AllocMalloc, MC_(malloc_list));
601 void MC_(create_mempool)(Addr pool, UInt rzB, Bool is_zeroed)
607 pool, rzB, is_zeroed);
    [all...]
mc_include.h 80 Bool is_zeroed; // allocations from this pool are zeroed member in struct:_MC_Mempool
88 Bool is_zeroed, MC_AllocKind kind,
93 void MC_(create_mempool) ( Addr pool, UInt rzB, Bool is_zeroed );
mc_main.c 5553 Bool is_zeroed = (Bool)arg[4]; local
5592 Bool is_zeroed = (Bool)arg[3]; local
    [all...]
  /external/valgrind/main/exp-sgcheck/
h_main.c 304 SizeT size, SizeT alignment, Bool is_zeroed )
311 if (is_zeroed) VG_(memset)((void*)p, 0, size);
353 /*is_zeroed*/False );
359 /*is_zeroed*/False );
365 /*is_zeroed*/False );
371 /*is_zeroed*/False );
377 /*is_zeroed*/True );
  /external/chromium_org/base/third_party/valgrind/
valgrind.h     [all...]
  /external/chromium_org/third_party/re2/util/
valgrind.h     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/third_party/
valgrind.h     [all...]
  /external/chromium_org/v8/src/third_party/valgrind/
valgrind.h     [all...]
  /external/regex-re2/util/
valgrind.h     [all...]
  /external/v8/src/third_party/valgrind/
valgrind.h     [all...]
  /external/valgrind/main/include/
valgrind.h     [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 452 Bool is_zeroed )
468 if (is_zeroed) VG_(memset)(p, 0, req_szB);
622 return new_block( tid, NULL, szB, VG_(clo_alignment), /*is_zeroed*/False );
627 return new_block( tid, NULL, szB, VG_(clo_alignment), /*is_zeroed*/False );
632 return new_block( tid, NULL, szB, VG_(clo_alignment), /*is_zeroed*/False );
637 return new_block( tid, NULL, m*szB, VG_(clo_alignment), /*is_zeroed*/True );
    [all...]
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 164 # define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed)
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 157 # define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed)
    [all...]

Completed in 549 milliseconds