Home | History | Annotate | Download | only in tests

Lines Matching defs:pvalloc

82 #include <malloc.h>        // defines pvalloc/etc on cygwin
97 // Windows doesn't define pvalloc and a few other obsolete unix
102 # define pvalloc malloc
1102 p1 = pvalloc(70);