OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CanBeAHeapPointer
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc
132
static inline bool
CanBeAHeapPointer
(uptr p) {
168
if (!
CanBeAHeapPointer
(reinterpret_cast<uptr>(p))) continue;
/src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp
156
static inline bool
CanBeAHeapPointer
(uptr p) {
193
if (!
CanBeAHeapPointer
(reinterpret_cast<uptr>(p))) continue;
Completed in 14 milliseconds
Indexes created Sun Apr 05 00:22:41 UTC 2026