OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOG_POINTERS
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc
58
#define
LOG_POINTERS
(...) \
60
if (flags()->
log_pointers
) Report(__VA_ARGS__); \
162
LOG_POINTERS
("Scanning %s range %p-%p.\n", region_type, begin, end);
178
LOG_POINTERS
(
186
LOG_POINTERS
("%p: found %p pointing into chunk %p-%p of size %zu.\n", pp, p,
317
LOG_POINTERS
("Root region %p-%p intersects with mapped region %p-%p (%s)\n",
373
LOG_POINTERS
("Ignored: chunk %p-%p of size %zu.\n",
463
LOG_POINTERS
("Processing platform-specific allocations.\n");
469
LOG_POINTERS
("Scanning leaked chunks.\n");
/src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.cpp
67
# define
LOG_POINTERS
(...) \
69
if (flags()->
log_pointers
) \
297
LOG_POINTERS
("Scanning %s range %p-%p.\n", region_type, (void *)begin,
321
LOG_POINTERS
(
330
LOG_POINTERS
("%p: found %p pointing into chunk %p-%p of size %zu.\n",
391
LOG_POINTERS
("Treating pointer %p from ThreadContext as reachable\n", ptr);
554
LOG_POINTERS
("Root region intersects with mapped region at %p-%p\n",
607
LOG_POINTERS
("Suppressed: chunk %p-%p of size %zu.\n", (void *)chunk,
619
LOG_POINTERS
("Ignored: chunk %p-%p of size %zu.\n", (void *)chunk,
644
LOG_POINTERS
("Processing platform-specific allocations.\n")
[
all
...]
/src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp
58
#define
LOG_POINTERS
(...) \
60
if (flags()->
log_pointers
) Report(__VA_ARGS__); \
186
LOG_POINTERS
("Scanning %s range %p-%p.\n", region_type, (void *)begin,
203
LOG_POINTERS
(
212
LOG_POINTERS
("%p: found %p pointing into chunk %p-%p of size %zu.\n",
270
LOG_POINTERS
("Treating pointer %p from ThreadContext as reachable\n", ptr);
401
LOG_POINTERS
("Root region %p-%p intersects with mapped region %p-%p (%s)\n",
462
LOG_POINTERS
("Suppressed: chunk %p-%p of size %zu.\n", (void *)chunk,
474
LOG_POINTERS
("Ignored: chunk %p-%p of size %zu.\n", (void *)chunk,
563
LOG_POINTERS
("Processing platform-specific allocations.\n")
[
all
...]
Completed in 16 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026