Lines Matching refs:pvalloc
130 char *a = (char*)pvalloc(kPageSize + 100);135 a = (char*)pvalloc(0); // pvalloc(0) should allocate at least one page.