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

  /external/compiler-rt/lib/scudo/
scudo_allocator.h 40 bool ZeroContents;
scudo_allocator.cpp 252 ZeroContents = f->ZeroContents;
261 f->ZeroContents = ZeroContents;
280 bool ZeroContents;
307 ZeroContents = Options.ZeroContents;
351 if (ZeroContents && BackendAllocator.FromPrimary(Ptr))
512 // If ZeroContents, the content of the chunk has already been zero'd out.
513 if (!ZeroContents && Ptr && BackendAllocator.FromPrimary(Ptr)
    [all...]

Completed in 62 milliseconds