Searched refs:nalloc (Results 1 – 1 of 1) sorted by relevance
15 size_t nalloc; member22 map->nalloc = 0; in mappings_init()34 if (map->n >= map->nalloc) { in mappings_grow()36 size_t n = map->nalloc << 1, a; in mappings_grow()48 map->nalloc = n; in mappings_grow()
Completed in 5 milliseconds