Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.cc78 u32 alloc_type : 2; member
324 AllocType alloc_type, bool can_fill) { in Allocate()
398 m->alloc_type = alloc_type; in Allocate()
474 AllocType alloc_type) { in QuarantineChunk()
477 if (m->alloc_type != alloc_type) { in QuarantineChunk()
479 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, in QuarantineChunk()
480 (AllocType)alloc_type); in QuarantineChunk()
514 AllocType alloc_type) { in Deallocate()
527 QuarantineChunk(m, ptr, stack, alloc_type); in Deallocate()
705 AllocType alloc_type) { in asan_memalign() argument
[all …]
Dasan_allocator.h156 AllocType alloc_type);
157 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
159 AllocType alloc_type);
Dasan_report.h62 AllocType alloc_type,
Dasan_report.cc750 AllocType alloc_type, in ReportAllocTypeMismatch() argument
756 CHECK_NE(alloc_type, dealloc_type); in ReportAllocTypeMismatch()
761 alloc_names[alloc_type], dealloc_names[dealloc_type], addr); in ReportAllocTypeMismatch()
/external/f2fs-tools/fsck/
Dmount.c169 DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]); in print_ckpt_info()
170 DISP_u32(cp, alloc_type[CURSEG_WARM_NODE]); in print_ckpt_info()
171 DISP_u32(cp, alloc_type[CURSEG_COLD_NODE]); in print_ckpt_info()
181 DISP_u32(cp, alloc_type[CURSEG_HOT_DATA]); in print_ckpt_info()
182 DISP_u32(cp, alloc_type[CURSEG_WARM_DATA]); in print_ckpt_info()
183 DISP_u32(cp, alloc_type[CURSEG_COLD_DATA]); in print_ckpt_info()
597 if (curseg->alloc_type == SSR) in read_compacted_summaries()
725 array[i].alloc_type = ckpt->alloc_type[i]; in build_curseg()
Df2fs.h105 unsigned char alloc_type; /* current allocation type */ member
/external/f2fs-tools/include/
Df2fs_fs.h393 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member