Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/stdlib/
H A Dmalloc.c304 static int extend_pgdir(size_t idx);
377 if ((last_idx+1) >= malloc_ninfo && !extend_pgdir(last_idx)) { in map_pages()
393 extend_pgdir(size_t idx) in extend_pgdir() function