Lines Matching full:pvalloc
122 char *a = (char*)pvalloc(kPageSize + 100);127 a = (char*)pvalloc(0); // pvalloc(0) should allocate at least one page.