Home
last modified time | relevance | path

Searched refs:PartitionAllocZeroFill (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc_constants.h181 PartitionAllocZeroFill = 1 << 1, enumerator
183 PartitionAllocLastFlag = PartitionAllocZeroFill
Dpartition_root_base.h94 bool zero_fill = flags & PartitionAllocZeroFill; in AllocFromBucket()
Dpartition_alloc.h401 const bool zero_fill = flags & PartitionAllocZeroFill; in PartitionAllocGenericFlags()
/external/pdfium/core/fxcrt/
Dfx_memory.cpp84 pdfium::base::PartitionAllocZeroFill; in FX_SafeAlloc()
/external/pdfium/fxjs/
Dcfx_v8.cpp205 pdfium::base::PartitionAllocZeroFill, length, "CFX_V8ArrayBuffer"); in Allocate()