freePages 208 Source/wtf/PageAllocator.cpp freePages(ret, len); freePages 231 Source/wtf/PageAllocator.cpp freePages(ret, tryLen); freePages 237 Source/wtf/PageAllocator.cpp freePages(ret, len); freePages 70 Source/wtf/PageAllocator.h WTF_EXPORT void freePages(void* addr, size_t len); freePages 271 Source/wtf/PartitionAlloc.cpp freePages(superPages[i], kSuperPageSize); freePages 616 Source/wtf/PartitionAlloc.cpp freePages(ptr, unmapSize); freePages 895 Source/wtf/PartitionAlloc.cpp PartitionPage* freePages = bucket.freePagesHead; freePages 896 Source/wtf/PartitionAlloc.cpp while (freePages) { freePages 898 Source/wtf/PartitionAlloc.cpp freePages = freePages->nextPage; freePages 944 Source/wtf/PartitionAllocTest.cpp WTF::freePages(map1, WTF::kPageAllocationGranularity); freePages 945 Source/wtf/PartitionAllocTest.cpp WTF::freePages(map2, WTF::kPageAllocationGranularity); freePages 960 Source/wtf/PartitionAllocTest.cpp WTF::freePages(map1, WTF::kPageAllocationGranularity); freePages 961 Source/wtf/PartitionAllocTest.cpp WTF::freePages(map2, WTF::kPageAllocationGranularity);