HomeSort by relevance Sort by last modified time
    Searched defs:is_zeroed (Results 1 - 3 of 3) 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/memcheck/
mc_include.h 76 Bool is_zeroed; // allocations from this pool are zeroed member in struct:_MC_Mempool
84 Bool is_zeroed, MC_AllocKind kind,
89 void MC_(create_mempool) ( Addr pool, UInt rzB, Bool is_zeroed );
mc_main.c 5427 Bool is_zeroed = (Bool)arg[4]; local
5462 Bool is_zeroed = (Bool)arg[3]; local
    [all...]

Completed in 66 milliseconds