Lines Matching refs:StackTrace
52 void GetAllocStack(StackTrace *stack);
53 void GetFreeStack(StackTrace *stack);
205 void *asan_memalign(uptr alignment, uptr size, StackTrace *stack,
207 void asan_free(void *ptr, StackTrace *stack, AllocType alloc_type);
209 void *asan_malloc(uptr size, StackTrace *stack);
210 void *asan_calloc(uptr nmemb, uptr size, StackTrace *stack);
211 void *asan_realloc(void *p, uptr size, StackTrace *stack);
212 void *asan_valloc(uptr size, StackTrace *stack);
213 void *asan_pvalloc(uptr size, StackTrace *stack);
216 StackTrace *stack);
217 uptr asan_malloc_usable_size(void *ptr, StackTrace *stack);