Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_cookie.h26 unsigned char* cookie_ptr = reinterpret_cast<unsigned char*>(ptr); in PartitionCookieCheckValue() local
27 for (size_t i = 0; i < kCookieSize; ++i, ++cookie_ptr) in PartitionCookieCheckValue()
28 DCHECK(*cookie_ptr == kCookieValue[i]); in PartitionCookieCheckValue()
62 unsigned char* cookie_ptr = reinterpret_cast<unsigned char*>(ptr); in PartitionCookieWriteValue() local
63 for (size_t i = 0; i < kCookieSize; ++i, ++cookie_ptr) in PartitionCookieWriteValue()
64 *cookie_ptr = kCookieValue[i]; in PartitionCookieWriteValue()