Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator2.cc133 u32 alloc_type : 2; member
284 AllocType alloc_type, bool can_fill) { in Allocate() argument
351 m->alloc_type = alloc_type; in Allocate()
431 StackTrace *stack, AllocType alloc_type) { in QuarantineChunk() argument
434 if (m->alloc_type != alloc_type && flags()->alloc_dealloc_mismatch) in QuarantineChunk()
436 (AllocType)m->alloc_type, (AllocType)alloc_type); in QuarantineChunk()
467 static void Deallocate(void *ptr, StackTrace *stack, AllocType alloc_type) { in Deallocate() argument
476 QuarantineChunk(m, ptr, stack, alloc_type); in Deallocate()
593 AllocType alloc_type) { in asan_memalign() argument
594 return Allocate(size, alignment, stack, alloc_type, true); in asan_memalign()
[all …]
Dasan_allocator.h143 AllocType alloc_type);
144 void asan_free(void *ptr, StackTrace *stack, AllocType alloc_type);
Dasan_report.h42 AllocType alloc_type,
Dasan_report.cc666 AllocType alloc_type, in ReportAllocTypeMismatch() argument
672 CHECK_NE(alloc_type, dealloc_type); in ReportAllocTypeMismatch()
677 alloc_names[alloc_type], dealloc_names[dealloc_type], addr); in ReportAllocTypeMismatch()
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
DSDL_atarimxalloc.c40 void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type) in Atari_SysMalloc() argument
48 return (void *) Mxalloc(size, alloc_type); in Atari_SysMalloc()
DSDL_atarimxalloc_c.h35 extern void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type);
/external/f2fs-tools/fsck/
Dmount.c158 DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]); in print_ckpt_info()
159 DISP_u32(cp, alloc_type[CURSEG_WARM_NODE]); in print_ckpt_info()
160 DISP_u32(cp, alloc_type[CURSEG_COLD_NODE]); in print_ckpt_info()
170 DISP_u32(cp, alloc_type[CURSEG_HOT_DATA]); in print_ckpt_info()
171 DISP_u32(cp, alloc_type[CURSEG_WARM_DATA]); in print_ckpt_info()
172 DISP_u32(cp, alloc_type[CURSEG_COLD_DATA]); in print_ckpt_info()
552 if (curseg->alloc_type == SSR) in read_compacted_summaries()
680 array[i].alloc_type = ckpt->alloc_type[i]; in build_curseg()
Df2fs.h104 unsigned char alloc_type; /* current allocation type */ member
/external/f2fs-tools/include/
Df2fs_fs.h384 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member