| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_allocator.h | 127 u32 free_context_id; member in struct:__hwasan::HeapAllocationRecord
|
| hwasan_allocator.cpp | 308 u32 free_context_id = StackDepotPut(*stack); local 332 // TODO(kstoimenov): consider meta->SetUnallocated(free_context_id). 367 alloc_context_id, free_context_id,
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan_allocator.h | 105 u32 free_context_id; member in struct:__hwasan::HeapAllocationRecord
|
| hwasan_allocator.cpp | 243 u32 free_context_id = StackDepotPut(*stack); local 297 free_context_id, static_cast<u32>(orig_size)});
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_allocator.cc | 96 u32 free_context_id; member in struct:__asan::ChunkBase 574 m->free_context_id = StackDepotPut(*stack); 578 // We have to skip the chunk header, it contains free_context_id. 828 u32 AsanChunkView::GetFreeStackId() const { return chunk_->free_context_id; }
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_allocator.cpp | 131 atomic_uint64_t free_context_id; member in class:__asan::ChunkBase 135 AtomicContextStore(&free_context_id, tid, stack); 139 AtomicContextLoad(&free_context_id, tid, stack); 200 // We have to skip the chunk header, it contains free_context_id.
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_allocator.cpp | 129 atomic_uint64_t free_context_id; member in class:__asan::ChunkBase 133 AtomicContextStore(&free_context_id, tid, stack); 137 AtomicContextLoad(&free_context_id, tid, stack); 643 // We have to skip the chunk header, it contains free_context_id.
|