Go to the documentation of this file.
38 #ifndef __LISTELEM_ALLOC_H__
39 #define __LISTELEM_ALLOC_H__
59 #include <sphinxbase/sphinxbase_export.h>
86 #define listelem_malloc(le) __listelem_malloc__((le),__FILE__,__LINE__)
95 #define listelem_malloc_id(le, oid) __listelem_malloc_id__((le),__FILE__,__LINE__,(oid))
112 #define listelem_free(le,el) __listelem_free__((le),(el),__FILE__,__LINE__)