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

  /external/valgrind/memcheck/
mc_include.h 35 #define MC_(str) VGAPPEND(vgMemCheck_,str)
50 extern SizeT MC_(Malloc_Redzone_SzB);
71 /* Variable-length array. The size depends on MC_(clo_keep_stacktraces).
78 to MC_(clo_keep_stacktraces) and/or because block not yet freed). */
79 ExeContext* MC_(allocated_at) (MC_Chunk*);
80 ExeContext* MC_(freed_at) (MC_Chunk*);
82 /* Records and sets execontext according to MC_(clo_keep_stacktraces) */
83 void MC_(set_allocated_at) (ThreadId, MC_Chunk*);
84 void MC_(set_freed_at) (ThreadId, MC_Chunk*);
86 /* number of pointers needed according to MC_(clo_keep_stacktraces). *
    [all...]
mc_malloc_wrappers.c 70 SizeT MC_(Malloc_Redzone_SzB) = -10000000; // If used before set, should BOMB
73 VgHashTable *MC_(malloc_list) = NULL;
77 VgHashTable *MC_(mempool_list) = NULL;
80 PoolAlloc *MC_(chunk_poolalloc) = NULL;
92 The blocks with a size >= MC_(clo_freelist_big_blocks)
106 const int l = (mc->szB >= MC_(clo_freelist_big_blocks) ? 0 : 1);
117 if (mc->szB >= MC_(clo_freelist_vol)) {
136 On entry, VG_(free_queue_volume) must be > MC_(clo_freelist_vol).
137 On exit, VG_(free_queue_volume) will be <= MC_(clo_freelist_vol). */
142 tl_assert (VG_(free_queue_volume) > MC_(clo_freelist_vol))
    [all...]
mc_leakcheck.c 350 mallocs = (MC_Chunk**) VG_(HT_to_array)( MC_(malloc_list), &n_mallocs );
367 VG_(HT_ResetIter)(MC_(mempool_list));
368 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) {
402 VG_(HT_ResetIter)(MC_(mempool_list));
403 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) {
480 LeakCheckDeltaMode MC_(detect_memory_leaks_last_delta_mode);
485 UInt MC_(leak_search_gen);
505 SizeT MC_(bytes_leaked) = 0;
506 SizeT MC_(bytes_indirect) = 0;
507 SizeT MC_(bytes_dubious) = 0
    [all...]
mc_main.c     [all...]
mc_errors.c 58 Bool MC_(any_value_errors) = False;
204 void MC_(before_pp_Error) ( const Error* err ) {
252 const HChar* MC_(parse_leak_kinds_tokens) =
255 UInt MC_(all_Reachedness)(void)
261 Bool parseok = VG_(parse_enum_set)(MC_(parse_leak_kinds_tokens),
305 HChar * MC_(snprintf_delta) (HChar * buf, Int size,
335 MC_(snprintf_delta) (d_bytes, sizeof(d_bytes),
338 MC_(detect_memory_leaks_last_delta_mode));
339 MC_(snprintf_delta) (d_direct_bytes, sizeof(d_direct_bytes),
342 MC_(detect_memory_leaks_last_delta_mode))
    [all...]
mc_translate.c     [all...]
mc_machine.c 84 MC_(get_otrack_reg_array_equiv_int_type) below.
97 Int MC_(get_otrack_shadow_offset) ( Int offset, Int szB )
332 VG_(printf)("MC_(get_otrack_shadow_offset)(ppc64)(off=%d,sz=%d)\n",
532 VG_(printf)("MC_(get_otrack_shadow_offset)(ppc32)(off=%d,sz=%d)\n",
654 VG_(printf)("MC_(get_otrack_shadow_offset)(amd64)(off=%d,sz=%d)\n",
    [all...]

Completed in 76 milliseconds