Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp153 struct MemprofChunk : ChunkHeader { struct
169 MemprofChunk *chunk_header;
172 MemprofChunk *Get() const { in Get()
178 void Set(MemprofChunk *p) { in Set()
314 static MemInfoBlock CreateNewMIB(uptr p, MemprofChunk *m, u64 user_size) { in CreateNewMIB()
322 static MemInfoBlock CreateNewMIBWithHistogram(uptr p, MemprofChunk *m, in CreateNewMIBWithHistogram()
342 static MemInfoBlock CreateNewMIBWithoutHistogram(uptr p, MemprofChunk *m, in CreateNewMIBWithoutHistogram()
386 MemprofChunk *m = in InsertLiveBlocks()
473 MemprofChunk *m = reinterpret_cast<MemprofChunk *>(chunk_beg); in Allocate()
514 MemprofChunk *m = reinterpret_cast<MemprofChunk *>(chunk_beg); in Deallocate()
[all …]