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

  /external/valgrind/main/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_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_main.c     [all...]
mc_errors.c 57 Bool MC_(any_value_errors) = False;
193 void MC_(before_pp_Error) ( Error* err ) {
241 Bool MC_(parse_leak_kinds) ( const HChar* str0, UInt* lks )
281 HChar * MC_(snprintf_delta) (HChar * buf, Int size,
305 MC_(snprintf_delta) (d_bytes, 20,
308 MC_(detect_memory_leaks_last_delta_mode));
309 MC_(snprintf_delta) (d_direct_bytes, 20,
312 MC_(detect_memory_leaks_last_delta_mode));
313 MC_(snprintf_delta) (d_indirect_bytes, 20,
316 MC_(detect_memory_leaks_last_delta_mode))
    [all...]
mc_translate.c     [all...]
mc_machine.c 125 MC_(get_otrack_reg_array_equiv_int_type) below.
138 Int MC_(get_otrack_shadow_offset) ( Int offset, Int szB )
354 VG_(printf)("MC_(get_otrack_shadow_offset)(ppc64)(off=%d,sz=%d)\n",
555 VG_(printf)("MC_(get_otrack_shadow_offset)(ppc32)(off=%d,sz=%d)\n",
    [all...]
  /external/valgrind/main/VEX/
test_main.c 458 #define MC_(zzzz) MC_##zzzz
    [all...]

Completed in 132 milliseconds