/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_descriptions.h | 118 u32 alloc_type : 2; member in struct:__asan::ChunkAccess
|
asan_errors.h | 113 AllocType alloc_type, dealloc_type; member in struct:__asan::ErrorAllocTypeMismatch 121 alloc_type(alloc_type_),
|
asan_descriptions.h | 118 u32 alloc_type : 2; member in struct:__asan::ChunkAccess
|
asan_errors.h | 113 AllocType alloc_type, dealloc_type; member in struct:__asan::ErrorAllocTypeMismatch 121 alloc_type(alloc_type_),
|
asan_allocator.cc | 80 u32 alloc_type : 2; member in struct:__asan::ChunkHeader 400 AllocType alloc_type, bool can_fill) { 485 m->alloc_type = alloc_type; 611 BufferedStackTrace *stack, AllocType alloc_type) { 633 if (m->alloc_type != alloc_type) { 635 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, 636 (AllocType)alloc_type); 640 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) & [all...] |
asan_allocator.cc | 80 u32 alloc_type : 2; member in struct:__asan::ChunkHeader 400 AllocType alloc_type, bool can_fill) { 485 m->alloc_type = alloc_type; 611 BufferedStackTrace *stack, AllocType alloc_type) { 633 if (m->alloc_type != alloc_type) { 635 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, 636 (AllocType)alloc_type); 640 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) & [all...] |
/src/sys/fs/udf/ |
udf_allocation.c | 1158 int alloc_type, error; local in function:udf_allocate_space 1168 alloc_type = ump->vtop_alloc[vpart_num]; 1173 switch (alloc_type) { 1269 "not implemented yet!\n", alloc_type);
|
udf_allocation.c | 1158 int alloc_type, error; local in function:udf_allocate_space 1168 alloc_type = ump->vtop_alloc[vpart_num]; 1173 switch (alloc_type) { 1269 "not implemented yet!\n", alloc_type);
|