Searched refs:alloc_type (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_allocator2.cc | 133 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 …]
|
D | asan_allocator.h | 143 AllocType alloc_type); 144 void asan_free(void *ptr, StackTrace *stack, AllocType alloc_type);
|
D | asan_report.h | 42 AllocType alloc_type,
|
D | asan_report.cc | 666 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/ |
D | SDL_atarimxalloc.c | 40 void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type) in Atari_SysMalloc() argument 48 return (void *) Mxalloc(size, alloc_type); in Atari_SysMalloc()
|
D | SDL_atarimxalloc_c.h | 35 extern void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type);
|
/external/f2fs-tools/fsck/ |
D | mount.c | 158 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()
|
D | f2fs.h | 104 unsigned char alloc_type; /* current allocation type */ member
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 384 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member
|