OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSystemHeapAddress
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_internal.h
69
bool
IsSystemHeapAddress
(uptr addr);
asan_linux.cc
84
bool
IsSystemHeapAddress
(uptr addr) { return false; }
asan_mac.cc
51
bool
IsSystemHeapAddress
(uptr addr) { return false; }
asan_win.cc
295
bool
IsSystemHeapAddress
(uptr addr) {
asan_allocator.cc
622
if (!
IsSystemHeapAddress
(p))
Completed in 12 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025