Searched refs:heap_mode (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dheaptrace.c69 static int heap_mode = 0; variable
73 #define CHCK_REENTRANCE(x) ( !heap_mode || ((x) = collector_interface->getKey( heap_key )) == NULL || (*(x) != 0) )
199 heap_mode = 1;
207 heap_mode = 0;
215 heap_mode = 0;
225 heap_mode = 0;
279 if (!heap_mode)
316 if (!heap_mode)
356 if (!heap_mode)
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dheaptrace.c63 static int heap_mode = 0; variable
67 #define CHCK_REENTRANCE(x) ( !heap_mode || ((x) = collector_interface->getKey( heap_key )) == NULL || (*(x) != 0) )
191 heap_mode = 1;
199 heap_mode = 0;
207 heap_mode = 0;
217 heap_mode = 0;
271 if (!heap_mode)
308 if (!heap_mode)
348 if (!heap_mode)
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Ddbe_structs.h112 int heap_mode; // if heaptrace is on member in struct:Collection_params
H A DExperiment.cc980 exp->coll_params.heap_mode = 1;
4318 if (coll_params.heap_mode == 1)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Ddbe_structs.h112 int heap_mode; // if heaptrace is on member in struct:Collection_params
H A DExperiment.cc980 exp->coll_params.heap_mode = 1;
4320 if (coll_params.heap_mode == 1)

Completed in 271 milliseconds