Home
last modified time | relevance | path

Searched defs:alloc_type (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
DSDL_atarimxalloc.c40 void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type) in Atari_SysMalloc()
/external/compiler-rt/lib/asan/
Dasan_allocator2.cc166 u32 alloc_type : 2; member
314 AllocType alloc_type, bool can_fill) { in Allocate()
456 StackTrace *stack, AllocType alloc_type) { in QuarantineChunk()
497 static void Deallocate(void *ptr, StackTrace *stack, AllocType alloc_type) { in Deallocate()
624 AllocType alloc_type) { in asan_memalign()
629 void asan_free(void *ptr, StackTrace *stack, AllocType alloc_type) { in asan_free()
Dasan_report.cc570 AllocType alloc_type, in ReportAllocTypeMismatch()