[ros-dev] how to use the macro CHECKPOINT

Zhang Fan fanzier at yahoo.com
Thu Jun 4 09:02:31 CEST 2009


I find the defination of CHECKPOINT
#define CHECKPOINT do { DbgPrint("%s:%d\n",__FILE__,__LINE__); ExAllocatePool(NonPagedPool,0); } while(0);

I don't know why alloc memory with 0 byte


      



More information about the Ros-dev mailing list