Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsutil.c243 static malloc_type okalloc P((malloc_type));
245 okalloc(p) in okalloc() function
258 return okalloc(malloc(size));
267 return okalloc(realloc(ptr, size));