OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INTERCEPT_UCRT_FUNCTION
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_win.cc
254
#define
INTERCEPT_UCRT_FUNCTION
(func) \
258
INTERCEPT_UCRT_FUNCTION
(HeapAlloc);
259
INTERCEPT_UCRT_FUNCTION
(HeapFree);
260
INTERCEPT_UCRT_FUNCTION
(HeapReAlloc);
261
INTERCEPT_UCRT_FUNCTION
(HeapSize);
262
#undef
INTERCEPT_UCRT_FUNCTION
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_malloc_win.cpp
528
#define
INTERCEPT_UCRT_FUNCTION
(func) \
533
INTERCEPT_UCRT_FUNCTION
(HeapAlloc);
534
INTERCEPT_UCRT_FUNCTION
(HeapFree);
535
INTERCEPT_UCRT_FUNCTION
(HeapReAlloc);
536
INTERCEPT_UCRT_FUNCTION
(HeapSize);
537
#undef
INTERCEPT_UCRT_FUNCTION
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_malloc_win.cpp
528
#define
INTERCEPT_UCRT_FUNCTION
(func) \
533
INTERCEPT_UCRT_FUNCTION
(HeapAlloc);
534
INTERCEPT_UCRT_FUNCTION
(HeapFree);
535
INTERCEPT_UCRT_FUNCTION
(HeapReAlloc);
536
INTERCEPT_UCRT_FUNCTION
(HeapSize);
537
#undef
INTERCEPT_UCRT_FUNCTION
Completed in 28 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026