HomeSort by relevance Sort by last modified time
    Searched refs:alloc_type (Results 1 - 12 of 12) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarimxalloc_c.h 35 extern void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type);
SDL_atarimxalloc.c 40 void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type)
48 return (void *) Mxalloc(size, alloc_type);
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 133 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) {
    [all...]
asan_allocator.h 143 AllocType alloc_type);
144 void asan_free(void *ptr, StackTrace *stack, AllocType alloc_type);
asan_report.h 42 AllocType alloc_type,
asan_report.cc 666 AllocType alloc_type,
672 CHECK_NE(alloc_type, dealloc_type);
677 alloc_names[alloc_type], dealloc_names[dealloc_type], addr);
    [all...]
  /frameworks/av/services/audioflinger/
TrackBase.h 43 enum alloc_type { enum in class:TrackBase
69 alloc_type alloc = ALLOC_CBLK,
Tracks.cpp 76 alloc_type alloc,
    [all...]
  /system/extras/f2fs_utils/
f2fs_sparseblock.c 86 D_DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]);
87 D_DISP_u32(cp, alloc_type[CURSEG_WARM_NODE]);
88 D_DISP_u32(cp, alloc_type[CURSEG_COLD_NODE]);
98 D_DISP_u32(cp, alloc_type[CURSEG_HOT_DATA]);
99 D_DISP_u32(cp, alloc_type[CURSEG_WARM_DATA]);
100 D_DISP_u32(cp, alloc_type[CURSEG_COLD_DATA]);
  /external/f2fs-tools/fsck/
mount.c 158 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];
    [all...]
f2fs.h 104 unsigned char alloc_type; /* current allocation type */ member in struct:curseg_info
  /external/f2fs-tools/include/
f2fs_fs.h 384 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member in struct:f2fs_checkpoint

Completed in 128 milliseconds