Home
last modified time | relevance | path

Searched refs:PartitionCookieSizeAdjustAdd (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_cookie.h32 ALWAYS_INLINE size_t PartitionCookieSizeAdjustAdd(size_t size) { in PartitionCookieSizeAdjustAdd() function
Dpartition_alloc.h320 size = internal::PartitionCookieSizeAdjustAdd(size); in AllocFlags()
420 size = internal::PartitionCookieSizeAdjustAdd(size); in PartitionAllocGenericFlags()
483 size = internal::PartitionCookieSizeAdjustAdd(size); in ActualSize()
Dpartition_alloc.cc297 raw_size = internal::PartitionCookieSizeAdjustAdd(raw_size); in PartitionReallocDirectMappedInPlace()
413 page->set_raw_size(internal::PartitionCookieSizeAdjustAdd(new_size)); in PartitionReallocGenericFlags()