Searched refs:alloc_type (Results 1 - 9 of 9) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarimxalloc_c.h35 extern void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type);
H A DSDL_atarimxalloc.c40 void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type) argument
48 return (void *) Mxalloc(size, alloc_type);
/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc133 u32 alloc_type : 2; member in struct:__asan::ChunkHeader
284 AllocType alloc_type, bool can_fill) {
351 m->alloc_type = alloc_type;
431 StackTrace *stack, AllocType alloc_type) {
434 if (m->alloc_type != alloc_type && flags()->alloc_dealloc_mismatch)
436 (AllocType)m->alloc_type, (AllocType)alloc_type);
467 static void Deallocate(void *ptr, StackTrace *stack, AllocType alloc_type) { argument
283 Allocate(uptr size, uptr alignment, StackTrace *stack, AllocType alloc_type, bool can_fill) argument
430 QuarantineChunk(AsanChunk *m, void *ptr, StackTrace *stack, AllocType alloc_type) argument
592 asan_memalign(uptr alignment, uptr size, StackTrace *stack, AllocType alloc_type) argument
597 asan_free(void *ptr, StackTrace *stack, AllocType alloc_type) argument
[all...]
H A Dasan_allocator.h143 AllocType alloc_type);
144 void asan_free(void *ptr, StackTrace *stack, AllocType alloc_type);
H A Dasan_report.h42 AllocType alloc_type,
H A Dasan_report.cc666 AllocType alloc_type,
672 CHECK_NE(alloc_type, dealloc_type);
677 alloc_names[alloc_type], dealloc_names[dealloc_type], addr);
665 ReportAllocTypeMismatch(uptr addr, StackTrace *free_stack, AllocType alloc_type, AllocType dealloc_type) argument
/external/f2fs-tools/fsck/
H A Dmount.c158 DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]);
159 DISP_u32(cp, alloc_type[CURSEG_WARM_NODE]);
160 DISP_u32(cp, alloc_type[CURSEG_COLD_NODE]);
170 DISP_u32(cp, alloc_type[CURSEG_HOT_DATA]);
171 DISP_u32(cp, alloc_type[CURSEG_WARM_DATA]);
172 DISP_u32(cp, alloc_type[CURSEG_COLD_DATA]);
552 if (curseg->alloc_type == SSR)
680 array[i].alloc_type = ckpt->alloc_type[i];
H A Df2fs.h104 unsigned char alloc_type; /* current allocation type */ member in struct:curseg_info
/external/f2fs-tools/include/
H A Df2fs_fs.h384 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member in struct:f2fs_checkpoint

Completed in 2794 milliseconds