Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAllocTest.cpp612 actualSize = partitionAllocGetSize(ptr); in TEST()
623 actualSize = partitionAllocGetSize(ptr); in TEST()
634 actualSize = partitionAllocGetSize(ptr); in TEST()
647 actualSize = partitionAllocGetSize(ptr); in TEST()
705 size_t actualSize = partitionAllocGetSize(ptr); in TEST()
708 EXPECT_EQ(actualSize - 8 * WTF::kSystemPageSize, partitionAllocGetSize(ptr2)); in TEST()
714 EXPECT_EQ(actualSize - WTF::kSystemPageSize, partitionAllocGetSize(ptr)); in TEST()
DPartitionAlloc.h619 ALWAYS_INLINE size_t partitionAllocGetSize(void* ptr) in partitionAllocGetSize() function
670 using WTF::partitionAllocGetSize;
DPartitionAlloc.cpp900 size_t actualOldSize = partitionAllocGetSize(ptr); in partitionReallocGeneric()