Home
last modified time | relevance | path

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

/dflybsd-src/gnu/usr.bin/rcs/lib/
H A Drcsbase.h720 extern malloc_type lintalloc;
721 # define ftnalloc(T,n) (lintalloc = ftestalloc(sizeof(T)*(n)), (T*)0)
722 # define tnalloc(T,n) (lintalloc = testalloc(sizeof(T)*(n)), (T*)0)
723 # define trealloc(T,p,n) (lintalloc = testrealloc((malloc_type)0, sizeof(T)*(n)), p)
H A Drcsutil.c226 malloc_type lintalloc; variable