Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dutil.c1013 size_t const sizeof_FNTable = nbFilenames * sizeof(*filenames); in UTIL_createFNT_fromROTable() local
1014 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()