Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Ddebugrm.h58 DRM_malloc(__FILE__, __LINE__, __func__, (sz))
80 extern void *DRM_malloc(const char *, size_t, const char *, size_t);
H A Ddebugrm.c139 DRM_malloc(const char *file, size_t line, const char *func, size_t size) in DRM_malloc() function