HomeSort by: relevance | last modified time | path
    Searched defs:sizeof_FNTable (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
util.c 1354 size_t const sizeof_FNTable = nbFilenames * sizeof(*filenames);
1355 const char** const newFNTable = (const char**)malloc(sizeof_FNTable);
1357 memcpy((void*)newFNTable, filenames, sizeof_FNTable); /* void* : mitigate a Visual compiler bug or limitation */

Completed in 17 milliseconds