OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__lsan_register_root_region
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/include/sanitizer/
lsan_interface.h
35
// size that have earlier been passed to
__lsan_register_root_region
()
41
void
__lsan_register_root_region
(const void *p, size_t size);
/external/compiler-rt/test/lsan/TestCases/
register_root_region.cc
24
__lsan_register_root_region
(p, size);
/external/v8/src/
allocation.cc
158
__lsan_register_root_region
(result, size);
181
__lsan_register_root_region
(address, new_size);
/external/compiler-rt/lib/lsan/
lsan_common.cc
685
void
__lsan_register_root_region
(const void *begin, uptr size) {
function
Completed in 1438 milliseconds