Searched refs:releaseToOS (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dprimary_test.cpp164 Allocator->releaseToOS();
218 Allocator.releaseToOS();
256 Allocator->releaseToOS();
303 Allocator->releaseToOS();
309 // Through a simple allocation that spans two pages, verify that releaseToOS
325 EXPECT_GT(Allocator->releaseToOS(), 0U);
H A Dcombined_test.cpp95 Allocator->releaseToOS();
415 Allocator->releaseToOS();
491 Allocator->releaseToOS();
600 // Ensure that releaseToOS can be called prior to any other allocator
604 Allocator->releaseToOS();
743 Allocator->releaseToOS();
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h83 void releaseToOS() {} function in class:scudo::MapAllocatorNoCache
316 void releaseToOS() { releaseOlderThan(UINT64_MAX); } function in class:scudo::MapAllocatorCache
466 void releaseToOS() { Cache.releaseToOS(); } function in class:scudo::MapAllocator
H A Dcombined.h749 void releaseToOS() { function in class:scudo::Allocator
751 Primary.releaseToOS();
752 Secondary.releaseToOS();
H A Dprimary64.h228 uptr releaseToOS() { function in class:scudo::SizeClassAllocator64
H A Dprimary32.h256 uptr releaseToOS() { function in class:scudo::SizeClassAllocator32

Completed in 408 milliseconds