Home
last modified time | relevance | path

Searched refs:__asan_malloc (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/runtime/
Dszrt_asan.c99 void *__asan_malloc(size_t);
197 void *__asan_malloc(size_t size) { in __asan_malloc() function
223 void *ret = __asan_malloc(alloc_size); in __asan_calloc()
230 return __asan_malloc(size); in __asan_realloc()
240 char *new_alloc = __asan_malloc(size); in __asan_realloc()