HomeSort by relevance Sort by last modified time
    Searched refs:alloc_type (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarimxalloc_c.h 35 extern void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type);
SDL_atarimxalloc.c 40 void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type)
48 return (void *) Mxalloc(size, alloc_type);
  /external/compiler-rt/lib/asan/
asan_report.h 39 AllocType alloc_type,
asan_allocator.cc 131 uptr alloc_type : 2;
502 AllocType alloc_type) {
559 m->alloc_type = alloc_type;
594 static void Deallocate(u8 *ptr, StackTrace *stack, AllocType alloc_type) {
615 if (m->alloc_type != alloc_type && flags()->alloc_dealloc_mismatch)
617 (AllocType)m->alloc_type, (AllocType)alloc_type);
697 AllocType alloc_type) {
    [all...]
asan_allocator2.cc 160 u32 alloc_type : 2; member in struct:__asan::ChunkHeader
301 AllocType alloc_type) {
362 m->alloc_type = alloc_type;
418 static void Deallocate(void *ptr, StackTrace *stack, AllocType alloc_type) {
434 if (m->alloc_type != alloc_type && flags()->alloc_dealloc_mismatch)
436 (AllocType)m->alloc_type, (AllocType)alloc_type);
590 AllocType alloc_type) {
    [all...]
asan_allocator.h 206 AllocType alloc_type);
207 void asan_free(void *ptr, StackTrace *stack, AllocType alloc_type);
asan_report.cc 525 AllocType alloc_type,
531 CHECK_NE(alloc_type, dealloc_type);
536 alloc_names[alloc_type], dealloc_names[dealloc_type], addr);

Completed in 112 milliseconds