OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnUnmap
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h
49
void
OnUnmap
(uptr p, uptr size) const {
sanitizer_allocator.h
279
void
OnUnmap
(uptr p, uptr size) const { }
323
MapUnmapCallback().
OnUnmap
(beg, size);
634
MapUnmapCallback().
OnUnmap
(beg, size);
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc
60
void
OnUnmap
(uptr p, uptr size) const {
/external/compiler-rt/lib/asan/
asan_allocator2.cc
41
void
OnUnmap
(uptr p, uptr size) const {
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc
238
void
OnUnmap
(uptr p, uptr size) const { unmap_count++; }
Completed in 570 milliseconds