HomeSort by relevance Sort by last modified time
    Searched refs:alloc_type (Results 1 - 6 of 6) 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_allocator.h 106 AllocType alloc_type);
107 void asan_free(void *ptr, StackTrace *stack, AllocType alloc_type);
asan_report.h 39 AllocType alloc_type,
asan_allocator2.cc 166 u32 alloc_type : 2; member in struct:__asan::ChunkHeader
314 AllocType alloc_type, bool can_fill) {
371 m->alloc_type = alloc_type;
456 StackTrace *stack, AllocType alloc_type) {
459 if (m->alloc_type != alloc_type && flags()->alloc_dealloc_mismatch)
461 (AllocType)m->alloc_type, (AllocType)alloc_type);
497 static void Deallocate(void *ptr, StackTrace *stack, AllocType alloc_type) {
    [all...]
asan_report.cc 570 AllocType alloc_type,
576 CHECK_NE(alloc_type, dealloc_type);
581 alloc_names[alloc_type], dealloc_names[dealloc_type], addr);

Completed in 46 milliseconds