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

  /external/valgrind/memcheck/
mc_malloc_wrappers.c 79 /* Pool allocator for MC_Chunk. */
82 MC_Chunk* create_MC_Chunk ( ThreadId tid, Addr p, SizeT szB,
85 void delete_MC_Chunk (MC_Chunk* mc);
98 static MC_Chunk* freed_list_start[2] = {NULL, NULL};
99 static MC_Chunk* freed_list_end[2] = {NULL, NULL};
103 static void add_to_freed_queue ( MC_Chunk* mc )
148 MC_Chunk* mc1;
167 /* free MC_Chunk */
175 MC_Chunk* MC_(get_freed_block_bracketting) (Addr a)
179 MC_Chunk* mc
    [all...]
mc_leakcheck.c 254 const MC_Chunk* mc1 = *(const MC_Chunk *const *)n1;
255 const MC_Chunk* mc2 = *(const MC_Chunk *const *)n2;
265 MC_Chunk** chunks,
290 MC_Chunk** chunks,
336 static MC_Chunk**
343 MC_Chunk **mallocs, **chunks, *mc;
350 mallocs = (MC_Chunk**) VG_(HT_to_array)( MC_(malloc_list), &n_mallocs );
458 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*);
121 Bool MC_(is_mempool_block)( MC_Chunk* mc_search );
124 Return the MC_Chunk* for this block or NULL if no bracketting block
126 MC_Chunk* MC_(get_freed_block_bracketting)( Addr a );
128 /* For efficient pooled alloc/free of the MC_Chunk. *
    [all...]
mc_errors.c 846 void MC_(record_freemismatch_error) ( ThreadId tid, MC_Chunk* mc )
    [all...]
mc_main.c     [all...]

Completed in 49 milliseconds