HomeSort by relevance Sort by last modified time
    Searched refs:MC_Chunk (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 75 /* Pool allocator for MC_Chunk. */
78 MC_Chunk* create_MC_Chunk ( ThreadId tid, Addr p, SizeT szB,
81 void delete_MC_Chunk (MC_Chunk* mc);
94 static MC_Chunk* freed_list_start[2] = {NULL, NULL};
95 static MC_Chunk* freed_list_end[2] = {NULL, NULL};
99 static void add_to_freed_queue ( MC_Chunk* mc )
144 MC_Chunk* mc1;
163 /* free MC_Chunk */
171 MC_Chunk* MC_(get_freed_block_bracketting) (Addr a)
175 MC_Chunk* mc
    [all...]
mc_leakcheck.c 251 const MC_Chunk* mc1 = *(const MC_Chunk *const *)n1;
252 const MC_Chunk* mc2 = *(const MC_Chunk *const *)n2;
262 MC_Chunk** chunks,
285 MC_Chunk** chunks,
331 static MC_Chunk**
338 MC_Chunk **mallocs, **chunks, *mc;
345 mallocs = (MC_Chunk**) VG_(HT_to_array)( MC_(malloc_list), &n_mallocs );
453 static MC_Chunk** lc_chunks
    [all...]
mc_include.h 74 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.szB values
    [all...]
mc_errors.c 788 void MC_(record_freemismatch_error) ( ThreadId tid, MC_Chunk* mc )
    [all...]
mc_main.c     [all...]

Completed in 63 milliseconds