00001 #ifndef _MY_MEMORY_H 00002 #define _MY_MEMORY_H 00003 00005 #define LOCK(_expression) (_expression) 00006 00007 00008 #endif