Home
last modified time | relevance | path

Searched refs:_Zalloc (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mem.c105 _Zalloc( in _Zalloc() function
190 return (_Zalloc(file, line, total)); in _Calloc()
/titanic_41/usr/src/head/
H A Dmeta.h895 extern void *_Zalloc(char *file, int line, size_t s);
901 #define Zalloc(s) _Zalloc(__FILE__, __LINE__, (s))