Searched defs:alloc_type (Results 1 - 4 of 4) sorted by relevance

/external/f2fs-tools/fsck/
H A Df2fs.h105 unsigned char alloc_type; /* current allocation type */ member in struct:curseg_info
/external/compiler-rt/lib/asan/
H A Dasan_allocator.cc78 u32 alloc_type : 2; member in struct:__asan::ChunkHeader
324 AllocType alloc_type, bool can_fill) {
398 m->alloc_type = alloc_type;
474 AllocType alloc_type) {
477 if (m->alloc_type != alloc_type) {
479 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type,
480 (AllocType)alloc_type);
514 AllocType alloc_type) {
323 Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, AllocType alloc_type, bool can_fill) argument
473 QuarantineChunk(AsanChunk *m, void *ptr, BufferedStackTrace *stack, AllocType alloc_type) argument
513 Deallocate(void *ptr, uptr delete_size, BufferedStackTrace *stack, AllocType alloc_type) argument
704 asan_memalign(uptr alignment, uptr size, BufferedStackTrace *stack, AllocType alloc_type) argument
709 asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) argument
713 asan_sized_free(void *ptr, uptr size, BufferedStackTrace *stack, AllocType alloc_type) argument
[all...]
H A Dasan_report.cc750 AllocType alloc_type,
756 CHECK_NE(alloc_type, dealloc_type);
761 alloc_names[alloc_type], dealloc_names[dealloc_type], addr);
749 ReportAllocTypeMismatch(uptr addr, BufferedStackTrace *free_stack, AllocType alloc_type, AllocType dealloc_type) argument
/external/f2fs-tools/include/
H A Df2fs_fs.h393 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member in struct:f2fs_checkpoint

Completed in 253 milliseconds