Index: /branches/eam_branches/ipp-20150625/Ohana/src/libohana/include/ohana_allocate.h
===================================================================
--- /branches/eam_branches/ipp-20150625/Ohana/src/libohana/include/ohana_allocate.h	(revision 38629)
+++ /branches/eam_branches/ipp-20150625/Ohana/src/libohana/include/ohana_allocate.h	(revision 38630)
@@ -50,4 +50,7 @@
     PTR = (TYPE *) ohana_malloc (__FILE__, __LINE__, __func__, (SIZE), sizeof(TYPE)); \
   }
+
+# define ALLOCATE_PTR(PTR,TYPE,SIZE) \
+  TYPE *PTR = (TYPE *) ohana_malloc (__FILE__, __LINE__, __func__, (SIZE), sizeof(TYPE));
 
 # define ALLOCATE_ZERO(PTR,TYPE,SIZE) { \
