Searched refs:name_size (Results 1 - 1 of 1) sorted by last modified time

/system/extras/showmap/
H A Dshowmap.c70 const int name_size = strlen(name) + 1; local
71 struct mapinfo* info = calloc(1, sizeof(mapinfo) + name_size);
81 strlcpy(info->name, name, name_size);

Completed in 3 milliseconds