Home
last modified time | relevance | path

Searched refs:storeHeader (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h78 Chunk::storeHeader(Allocator.Cookie, Ptr, &Header); in recycle()
103 Chunk::storeHeader(Allocator.Cookie, Ptr, &Header); in allocate()
128 Chunk::storeHeader(Allocator.Cookie, Ptr, &Header); in deallocate()
570 Chunk::storeHeader(Cookie, OldPtr, &Header);
1100 Chunk::storeHeader(Cookie, reinterpret_cast<void *>(addHeaderTag(UserPtr)), in initChunk()
1232 Chunk::storeHeader(Cookie, Ptr, &Header); in initChunkWithMemoryTagging()
1265 Chunk::storeHeader(Cookie, Ptr, Header); in quarantineOrDeallocateChunk()
H A Dchunk.h114 inline void storeHeader(u32 Cookie, void *Ptr, in storeHeader() function