Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_secondary.h97 uptr map_beg = reinterpret_cast<uptr>( in Allocate() local
99 if (!map_beg) in Allocate()
101 CHECK(IsAligned(map_beg, page_size_)); in Allocate()
102 MapUnmapCallback().OnMap(map_beg, map_size); in Allocate()
103 uptr map_end = map_beg + map_size; in Allocate()
104 uptr res = map_beg + page_size_; in Allocate()
109 CHECK_GE(res + size, map_beg); in Allocate()
113 h->map_beg = map_beg; in Allocate()
149 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size); in Deallocate()
150 UnmapOrDie(reinterpret_cast<void*>(h->map_beg), h->map_size); in Deallocate()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1056 uptr map_beg = reinterpret_cast<uptr>( in Allocate() local
1058 CHECK(IsAligned(map_beg, page_size_)); in Allocate()
1059 MapUnmapCallback().OnMap(map_beg, map_size); in Allocate()
1060 uptr map_end = map_beg + map_size; in Allocate()
1061 uptr res = map_beg + page_size_; in Allocate()
1066 CHECK_GE(res + size, map_beg); in Allocate()
1070 h->map_beg = map_beg; in Allocate()
1117 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size); in Deallocate()
1118 UnmapOrDie(reinterpret_cast<void*>(h->map_beg), h->map_size); in Deallocate()
1164 CHECK_GE(nearest_chunk, h->map_beg); in GetBlockBegin()
[all …]
/external/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi4426 …_sanitizer::uptr __sanitizer::LargeMmapAllocator<__sanitizer::CrashOnMapUnmap>::Header::map_beg -->
4427 …<var-decl name='map_beg' type-id='type-id-106' visibility='default' filepath='../../.././libsaniti…
32120 …_sanitizer::uptr __sanitizer::LargeMmapAllocator<__sanitizer::CrashOnMapUnmap>::Header::map_beg -->
32121 …<var-decl name='map_beg' type-id='type-id-106' visibility='default' filepath='../../.././libsaniti…
32220 …-- __sanitizer::uptr __sanitizer::LargeMmapAllocator<__tsan::MapUnmapCallback>::Header::map_beg -->
32221 …<var-decl name='map_beg' type-id='type-id-106' visibility='default' filepath='../../.././libsaniti…
/external/libabigail/tests/data/test-read-dwarf/
Dtest15-pr18892.so.abi2417 …<var-decl name='map_beg' type-id='type-id-106' visibility='default' filepath='../../.././libsaniti…
19048 …<var-decl name='map_beg' type-id='type-id-106' visibility='default' filepath='../../.././libsaniti…
19123 …<var-decl name='map_beg' type-id='type-id-106' visibility='default' filepath='../../.././libsaniti…