comparison probes.c @ 66:bf08108405cc

Added recycle pool -- will merge later -- need to get PLDI results for now
author Me
date Mon, 15 Nov 2010 12:11:24 -0800
parents 7b799a46cc87
children 9ddbb071142d
comparison
equal deleted inserted replaced
5:9f65c4b35908 7:b286608ae8e6
332 332
333 print_probe_helper( probe ); 333 print_probe_helper( probe );
334 } 334 }
335 335
336 336
337 inline void doNothing(){};
337 338
338 void 339 void
339 generic_print_probe( void *_probe ) 340 generic_print_probe( void *_probe )
340 { IntervalProbe *probe; 341 { IntervalProbe *probe;
341 342