Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tre/dist/lib/
H A Dxmalloc.h12 void *xmalloc_impl(size_t size, const char *file, int line, const char *func);
46 #define xmalloc(size) xmalloc_impl(size, __FILE__, __LINE__, \
H A Dxmalloc.c241 xmalloc_impl(size_t size, const char *file, int line, const char *func) in xmalloc_impl() function