Home
last modified time | relevance | path

Searched refs:alloc_type (Results 1 – 10 of 10) 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()
480 AllocType alloc_type) { in QuarantineChunk()
512 AllocType alloc_type) { in Deallocate()
524 if (m->alloc_type != alloc_type) { in Deallocate()
526 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, in Deallocate()
527 (AllocType)alloc_type); in Deallocate()
536 QuarantineChunk(m, ptr, stack, alloc_type); in Deallocate()
720 AllocType alloc_type) { in asan_memalign() argument
[all …]
Dasan_allocator.h164 AllocType alloc_type);
165 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
167 AllocType alloc_type);
Dasan_report.h61 AllocType alloc_type,
Dasan_report.cc862 AllocType alloc_type, in ReportAllocTypeMismatch() argument
868 CHECK_NE(alloc_type, dealloc_type); in ReportAllocTypeMismatch()
873 alloc_names[alloc_type], dealloc_names[dealloc_type], addr); in ReportAllocTypeMismatch()
/external/f2fs-tools/fsck/
Dmount.c209 DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]); in print_ckpt_info()
210 DISP_u32(cp, alloc_type[CURSEG_WARM_NODE]); in print_ckpt_info()
211 DISP_u32(cp, alloc_type[CURSEG_COLD_NODE]); in print_ckpt_info()
221 DISP_u32(cp, alloc_type[CURSEG_HOT_DATA]); in print_ckpt_info()
222 DISP_u32(cp, alloc_type[CURSEG_WARM_DATA]); in print_ckpt_info()
223 DISP_u32(cp, alloc_type[CURSEG_COLD_DATA]); in print_ckpt_info()
985 if (curseg->alloc_type == SSR) in read_compacted_summaries()
1142 array[i].alloc_type = cp->alloc_type[i]; in build_curseg()
1769 curseg->alloc_type = SSR; in move_curseg_info()
1800 cp->alloc_type[i] = CURSEG_I(sbi, i)->alloc_type; in write_curseg_info()
Df2fs.h105 unsigned char alloc_type; /* current allocation type */ member
Dfsck.c1815 if (curseg->alloc_type == SSR) in check_curseg_offset()
/external/protobuf/src/google/protobuf/
Dmap.h1288 typedef typename Allocator::template rebind<U>::other alloc_type; in Alloc() typedef
1289 return alloc_type(alloc_).allocate(n); in Alloc()
1295 typedef typename Allocator::template rebind<U>::other alloc_type; in Dealloc() typedef
1296 alloc_type(alloc_).deallocate(t, n); in Dealloc()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp1522 const glsl_type *alloc_type = in emit_scratch_write() local
1524 const src_reg temp = swizzle(retype(src_reg(this, alloc_type), in emit_scratch_write()
1538 dst_reg shuffled = dst_reg(this, alloc_type); in emit_scratch_write()
/external/f2fs-tools/include/
Df2fs_fs.h556 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member