HomeSort by relevance Sort by last modified time
    Searched refs:MC_ (Results 1 - 8 of 8) 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 66 SizeT MC_(Malloc_Redzone_SzB) = -10000000; // If used before set, should BOMB
69 VgHashTable *MC_(malloc_list) = NULL;
73 VgHashTable *MC_(mempool_list) = NULL;
76 PoolAlloc *MC_(chunk_poolalloc) = NULL;
88 The blocks with a size >= MC_(clo_freelist_big_blocks)
102 const int l = (mc->szB >= MC_(clo_freelist_big_blocks) ? 0 : 1);
113 if (mc->szB >= MC_(clo_freelist_vol)) {
132 On entry, VG_(free_queue_volume) must be > MC_(clo_freelist_vol).
133 On exit, VG_(free_queue_volume) will be <= MC_(clo_freelist_vol). */
138 tl_assert (VG_(free_queue_volume) > MC_(clo_freelist_vol))
    [all...]
mc_main.c     [all...]
mc_leakcheck.c 345 mallocs = (MC_Chunk**) VG_(HT_to_array)( MC_(malloc_list), &n_mallocs );
362 VG_(HT_ResetIter)(MC_(mempool_list));
363 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) {
397 VG_(HT_ResetIter)(MC_(mempool_list));
398 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) {
475 LeakCheckDeltaMode MC_(detect_memory_leaks_last_delta_mode);
480 UInt MC_(leak_search_gen);
500 SizeT MC_(bytes_leaked) = 0;
501 SizeT MC_(bytes_indirect) = 0;
502 SizeT MC_(bytes_dubious) = 0
    [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 89 MC_(get_otrack_reg_array_equiv_int_type) below.
102 Int MC_(get_otrack_shadow_offset) ( Int offset, Int szB )
327 VG_(printf)("MC_(get_otrack_shadow_offset)(ppc64)(off=%d,sz=%d)\n",
527 VG_(printf)("MC_(get_otrack_shadow_offset)(ppc32)(off=%d,sz=%d)\n",
649 VG_(printf)("MC_(get_otrack_shadow_offset)(amd64)(off=%d,sz=%d)\n",
    [all...]
  /external/valgrind/VEX/useful/
test_main.c 479 #define MC_(zzzz) MC_##zzzz
    [all...]

Completed in 203 milliseconds