Searched refs:freePages (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPageAllocator.cpp153 freePages(ret, len);
176 freePages(ret, tryLen);
182 freePages(ret, len);
190 void freePages(void* addr, size_t len) function in namespace:WTF
H A DPageAllocator.h70 WTF_EXPORT void freePages(void* addr, size_t len);
H A DPartitionAlloc.cpp272 freePages(superPages[i], kSuperPageSize);
645 freePages(ptr, unmapSize);
939 PartitionPage* freePages = bucket.freePagesHead; local
940 while (freePages) {
942 freePages = freePages->nextPage;
H A DPartitionAllocTest.cpp955 WTF::freePages(map1, WTF::kPageAllocationGranularity);
956 WTF::freePages(map2, WTF::kPageAllocationGranularity);
971 WTF::freePages(map1, WTF::kPageAllocationGranularity);
972 WTF::freePages(map2, WTF::kPageAllocationGranularity);

Completed in 123 milliseconds