1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-01 09:47:01 +03:00

use valgrind with a dynamic zstd library

This commit is contained in:
inikep
2016-09-23 13:38:02 +02:00
parent 68cd4766c9
commit b88accfb5f
2 changed files with 20 additions and 25 deletions

View File

@ -16,6 +16,7 @@
#include <string.h> /* memset */
#include <stdio.h> /* fprintf, fopen, ftello64 */
#include <time.h> /* clock_t, clock, CLOCKS_PER_SEC */
#include <ctype.h> /* toupper */
#include "mem.h"
#define ZSTD_STATIC_LINKING_ONLY