Searched defs:MC_Chunk (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/memcheck/
H A Dmc_include.h74 MC_Chunk; typedef in typeref:struct:_MC_Chunk
76 /* Returns the execontext where the MC_Chunk was allocated/freed.
79 ExeContext* MC_(allocated_at) (MC_Chunk*);
80 ExeContext* MC_(freed_at) (MC_Chunk*);
83 void MC_(set_allocated_at) (ThreadId, MC_Chunk*);
84 void MC_(set_freed_at) (ThreadId, MC_Chunk*);
119 Return the MC_Chunk* for this block or NULL if no bracketting block
121 MC_Chunk* MC_(get_freed_block_bracketting)( Addr a );
123 /* For efficient pooled alloc/free of the MC_Chunk. */
331 SizeT szB; // Sum of all MC_Chunk
[all...]

Completed in 132 milliseconds