Home
last modified time | relevance | path

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

/dports/emulators/gxemul/gxemul-0.6.3/src/devices/
H A Ddev_ram.cc182 size_t mirrorNameAllocLen = strlen(d->name) + 15; in dev_ram_init() local
183 char *mirrorName = (char*) malloc(mirrorNameAllocLen); in dev_ram_init()
184 snprintf(mirrorName, mirrorNameAllocLen, "%s [mirror]", d->name); in dev_ram_init()