Searched refs:apm_size (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/utils/
H A Disohybrid.c1153 int apm_size = apm_parts * 2048; local
1155 buf = realloc(buf, apm_size);
1156 memset(buf, 0, apm_size);
1161 fwrite(buf, sizeof(char), apm_size, fp);

Completed in 110 milliseconds