Searched refs:alloc_type (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_allocator.cc | 78 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 …]
|
D | asan_allocator.h | 156 AllocType alloc_type); 157 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type); 159 AllocType alloc_type);
|
D | asan_report.h | 62 AllocType alloc_type,
|
D | asan_report.cc | 750 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/ |
D | mount.c | 169 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()
|
D | f2fs.h | 105 unsigned char alloc_type; /* current allocation type */ member
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 393 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member
|