Searched refs:mapbuf_allocation_size (Results 1 – 1 of 1) sorted by relevance
190 int mapbuf_allocation_size = 8192; in build_so_list_from_mapfile() local208 mapbuf_allocation_size *= 2; in build_so_list_from_mapfile()211 mapbuf = xmalloc (mapbuf_allocation_size); in build_so_list_from_mapfile()212 mapbuf_size = read (map_fd, mapbuf, mapbuf_allocation_size); in build_so_list_from_mapfile()219 } while (mapbuf_size == mapbuf_allocation_size); in build_so_list_from_mapfile()