Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_cookie.h43 ALWAYS_INLINE void* PartitionCookieFreePointerAdjust(void* ptr) { in PartitionCookieFreePointerAdjust() function
Dpartition_alloc.h347 ptr = internal::PartitionCookieFreePointerAdjust(ptr); in PartitionAllocGetSize()
367 ptr = internal::PartitionCookieFreePointerAdjust(ptr); in PartitionFree()
461 ptr = internal::PartitionCookieFreePointerAdjust(ptr); in Free()
Dpartition_alloc.cc386 internal::PartitionCookieFreePointerAdjust(ptr)); in PartitionReallocGenericFlags()