HomeSort by relevance Sort by last modified time
    Searched full:clo_keep_stacktraces (Results 1 - 3 of 3) sorted by null

  /external/valgrind/memcheck/
mc_include.h 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). */
82 /* Records and sets execontext according to MC_(clo_keep_stacktraces) */
86 /* number of pointers needed according to MC_(clo_keep_stacktraces). */
681 and/or freed are optionally kept depending on MC_(clo_keep_stacktraces). */
691 extern KeepStacktraces MC_(clo_keep_stacktraces);
mc_malloc_wrappers.c 273 switch (MC_(clo_keep_stacktraces)) {
286 switch (MC_(clo_keep_stacktraces)) {
301 switch (MC_(clo_keep_stacktraces)) {
319 switch (MC_(clo_keep_stacktraces)) {
345 switch (MC_(clo_keep_stacktraces)) {
    [all...]
mc_main.c 6023 KeepStacktraces MC_(clo_keep_stacktraces) = KS_alloc_and_free; variable
    [all...]

Completed in 220 milliseconds