Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h531 ALWAYS_INLINE void* PartitionCookieFreePointerAdjust(void* ptr) { in PartitionCookieFreePointerAdjust() function
761 ptr = PartitionCookieFreePointerAdjust(ptr); in PartitionFree()
824 ptr = PartitionCookieFreePointerAdjust(ptr); in PartitionFreeGeneric()
874 ptr = PartitionCookieFreePointerAdjust(ptr); in PartitionAllocGetSize()
Dpartition_alloc.cc1041 DCHECK(PartitionPointerIsValid(PartitionCookieFreePointerAdjust(ptr))); in PartitionReallocGeneric()
1044 PartitionPointerToPage(PartitionCookieFreePointerAdjust(ptr)); in PartitionReallocGeneric()