OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hwasan_malloc
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_new_delete.cpp
27
void *res =
hwasan_malloc
(size, &stack); \
hwasan.h
127
void *
hwasan_malloc
(uptr size, StackTrace *stack);
hwasan_allocation_functions.cpp
152
return
hwasan_malloc
(size, &stack);
hwasan_allocator.cpp
450
void *
hwasan_malloc
(uptr size, StackTrace *stack) {
function in namespace:__hwasan
/src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_new_delete.cpp
27
void *res =
hwasan_malloc
(size, &stack);\
hwasan.h
113
void *
hwasan_malloc
(uptr size, StackTrace *stack);
hwasan_allocation_functions.cpp
141
return
hwasan_malloc
(size, &stack);
hwasan_allocator.cpp
361
void *
hwasan_malloc
(uptr size, StackTrace *stack) {
function in namespace:__hwasan
Completed in 62 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026