Home
last modified time | relevance | path

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

/netbsd-src/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…
199 heap_mode = 1; in start_data_collection()
207 heap_mode = 0; in stop_data_collection()
215 heap_mode = 0; in close_experiment()
225 heap_mode = 0; in detach_experiment()
279 if (!heap_mode) in malloc()
316 if (!heap_mode) in free()
356 if (!heap_mode) in realloc()
/netbsd-src/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…
191 heap_mode = 1; in start_data_collection()
199 heap_mode = 0; in stop_data_collection()
207 heap_mode = 0; in close_experiment()
217 heap_mode = 0; in detach_experiment()
271 if (!heap_mode) in malloc()
308 if (!heap_mode) in free()
348 if (!heap_mode) in realloc()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Ddbe_structs.h112 int heap_mode; // if heaptrace is on member
H A DExperiment.cc980 exp->coll_params.heap_mode = 1; in startElement()
4318 if (coll_params.heap_mode == 1) in write_coll_params()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Ddbe_structs.h112 int heap_mode; // if heaptrace is on member
H A DExperiment.cc980 exp->coll_params.heap_mode = 1; in startElement()
4320 if (coll_params.heap_mode == 1) in write_coll_params()