Home
last modified time | relevance | path

Searched refs:PartitionAllocGeneric (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/
Dstring_data_template.h39 void* pData = pdfium::base::PartitionAllocGeneric( in Create()
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1032 return PartitionAllocGeneric(root, new_size, type_name); in PartitionReallocGeneric()
1077 void* ret = PartitionAllocGeneric(root, new_size, type_name); in PartitionReallocGeneric()
Dpartition_alloc.h808 ALWAYS_INLINE void* PartitionAllocGeneric(PartitionRootGeneric* root, in PartitionAllocGeneric() function
/external/pdfium/fxjs/
Dfxjs_v8.cpp158 return pdfium::base::PartitionAllocGeneric( in AllocateUninitialized()