Searched defs:alloc_type (Results 1 – 13 of 13) sorted by relevance
585 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in memprof_free()590 BufferedStackTrace *stack, AllocType alloc_type) { in memprof_delete()646 AllocType alloc_type) { in memprof_memalign()
91 u8 alloc_type : 2; member in __asan::ChunkHeader943 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free()948 BufferedStackTrace *stack, AllocType alloc_type) { in asan_delete()1005 AllocType alloc_type) { in asan_memalign()
117 u32 alloc_type : 2; member
244 AllocType alloc_type, in ReportAllocTypeMismatch()
113 AllocType alloc_type, dealloc_type; member
92 alloc_type (void) in alloc_type() function
148 alloc_type (struct objfile *objfile) in alloc_type() function
231 typedef unsigned int alloc_type; typedef
876 enum alloc_type { enum
735 enum alloc_type { enum
734 enum alloc_type { enum
873 enum alloc_type { enum
2484 const uint32_t alloc_type = static_cast<uint32_t>(*alloc->element.type.get()); in LoadAllocation() local