OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__lsan_ignore_object
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc
802
void
__lsan_ignore_object
(const void *p) {
function
811
VReport(1, "
__lsan_ignore_object
(): no heap object found at %p", p);
813
VReport(1, "
__lsan_ignore_object
(): "
816
VReport(1, "
__lsan_ignore_object
(): ignoring heap object at %p\n", p);
/src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.cpp
1002
void
__lsan_ignore_object
(const void *p) {
function
1011
VReport(1, "
__lsan_ignore_object
(): no heap object found at %p\n", p);
1014
"
__lsan_ignore_object
(): "
1018
VReport(1, "
__lsan_ignore_object
(): ignoring heap object at %p\n", p);
/src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp
940
void
__lsan_ignore_object
(const void *p) {
function
949
VReport(1, "
__lsan_ignore_object
(): no heap object found at %p", p);
951
VReport(1, "
__lsan_ignore_object
(): "
954
VReport(1, "
__lsan_ignore_object
(): ignoring heap object at %p\n", p);
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026