Searched refs:storeHeader (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 79 Chunk::storeHeader(Allocator.Cookie, Ptr, &Header); in recycle() 104 Chunk::storeHeader(Allocator.Cookie, Ptr, &Header); in allocate() 129 Chunk::storeHeader(Allocator.Cookie, Ptr, &Header); in deallocate() 578 Chunk::storeHeader(Cookie, OldPtr, &Header); 1111 Chunk::storeHeader(Cookie, reinterpret_cast<void *>(addHeaderTag(UserPtr)), in initChunk() 1243 Chunk::storeHeader(Cookie, Ptr, &Header); in initChunkWithMemoryTagging() 1270 Chunk::storeHeader(Cookie, Ptr, Header); in quarantineOrDeallocateChunk()
|
| H A D | chunk.h | 114 inline void storeHeader(u32 Cookie, void *Ptr, in storeHeader() function
|