Searched refs:sizeof_FNTable (Results 1 – 1 of 1) sorted by relevance
1013 size_t const sizeof_FNTable = nbFilenames * sizeof(*filenames); in UTIL_createFNT_fromROTable() local1014 const char** const newFNTable = (const char**)malloc(sizeof_FNTable); in UTIL_createFNT_fromROTable()1016 …memcpy((void*)newFNTable, filenames, sizeof_FNTable); /* void* : mitigate a Visual compiler bug o… in UTIL_createFNT_fromROTable()