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

  /external/valgrind/VEX/useful/
test_main.c 479 #define MC_(zzzz) MC_##zzzz
    [all...]
  /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...]

Completed in 116 milliseconds