|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Support/Unix/Memory.inc 168 if (0 != ::munmap(M.Address, M.AllocatedSize))
lib/Support/Unix/Path.inc 788 ::munmap(Mapping, Size);
projects/compiler-rt/lib/profile/GCDAProfiling.c 325 (void)munmap(write_buffer, file_size);
projects/compiler-rt/lib/profile/InstrProfilingFile.c 207 (void)munmap(ProfileBuffer, ProfileFileSize);
220 (void)munmap(ProfileBuffer, ProfileFileSize);
projects/compiler-rt/lib/scudo/standalone/linux.cpp 74 if (munmap(Addr, Size) != 0)
tools/lldb/source/Plugins/Process/Linux/ProcessorTrace.h 51 munmap(ptr, m_length);
utils/unittest/googletest/src/gtest-death-test.cc 1094 GTEST_DEATH_TEST_CHECK_(munmap(stack, stack_size) != -1);