reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
209 void *asan_malloc(uptr size, BufferedStackTrace *stack);
453 void *new_mem = asan_malloc(length + 1, &stack); 469 void *new_mem = asan_malloc(length + 1, &stack);projects/compiler-rt/lib/asan/asan_malloc_linux.cpp
116 new_ptr = asan_malloc(size, &stack); 146 return asan_malloc(size, &stack);