OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MmapAlignedOrDie
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_common_test.cc
68
TEST(SanitizerCommon,
MmapAlignedOrDie
) {
73
uptr res = (uptr)
MmapAlignedOrDie
(
/external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc
144
void *
MmapAlignedOrDie
(uptr size, uptr alignment, const char *mem_type) {
sanitizer_common.h
60
void *
MmapAlignedOrDie
(uptr size, uptr alignment, const char *mem_type);
sanitizer_allocator.h
597
// a result of a single call to
MmapAlignedOrDie
(kRegionSize, kRegionSize).
776
uptr res = reinterpret_cast<uptr>(
MmapAlignedOrDie
(kRegionSize, kRegionSize,
[
all
...]
Completed in 42 milliseconds