Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmaps.c92 int nr_allocate = maps__nr_maps(maps) * 2; in maps__insert() local
94 nr_allocate * sizeof(map)); in maps__insert()
103 RC_CHK_ACCESS(maps)->nr_maps_allocated = nr_allocate; in maps__insert()