Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_page.h78 ALWAYS_INLINE const size_t* get_raw_size_ptr() const;
79 ALWAYS_INLINE size_t* get_raw_size_ptr() { in get_raw_size_ptr() function
81 const_cast<const PartitionPage*>(this)->get_raw_size_ptr()); in get_raw_size_ptr()
183 ALWAYS_INLINE const size_t* PartitionPage::get_raw_size_ptr() const { in get_raw_size_ptr() function
198 const size_t* ptr = get_raw_size_ptr(); in get_raw_size()
276 size_t* raw_size_ptr = get_raw_size_ptr(); in set_raw_size()
Dpartition_alloc.cc417 if (page->get_raw_size_ptr()) in PartitionReallocGenericFlags()