Home
last modified time | relevance | path

Searched refs:__memget_debug (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/libbind/dist/include/isc/
Dmemcluster.h27 #define memget(s) __memget_debug(s, __FILE__, __LINE__)
44 void * __memget_debug(size_t, const char *, int);
/netbsd/src/lib/libc/include/isc/
Dmemcluster.h27 #define memget(s) __memget_debug(s, __FILE__, __LINE__)
44 void * __memget_debug(size_t, const char *, int);
/netbsd/src/external/bsd/libbind/dist/isc/
Dmemcluster.c479 __memget_debug(size_t size, const char *file, int line) { in __memget_debug() function