/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
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.h | 221 AllocType alloc_type); 222 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type); 224 BufferedStackTrace *stack, AllocType alloc_type);
|
asan_report.h | 59 AllocType alloc_type,
|
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.cc | 124 CHECK_NE(alloc_type, dealloc_type); 128 scariness.GetDescription(), alloc_names[alloc_type],
|
asan_report.cc | 239 AllocType alloc_type, 243 alloc_type, dealloc_type);
|
asan_descriptions.cc | 125 descr->alloc_type = chunk.GetAllocType();
|
/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);
|