Home
last modified time | relevance | path

Searched refs:lprofReleaseMemoryPagesToOS (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h85 int lprofReleaseMemoryPagesToOS(uintptr_t Begin, uintptr_t End);
H A DInstrProfilingPlatformFuchsia.c187 lprofReleaseMemoryPagesToOS((uintptr_t)CountersBegin, (uintptr_t)CountersEnd); in __llvm_profile_initialize()
H A DInstrProfilingUtil.c354 COMPILER_RT_VISIBILITY int lprofReleaseMemoryPagesToOS(uintptr_t Begin, in lprofReleaseMemoryPagesToOS() function
H A DInstrProfilingFile.c220 lprofReleaseMemoryPagesToOS((uintptr_t)CountersBegin, (uintptr_t)CountersEnd); in mmapForContinuousMode()