Yann Collet ae728a43b8 removed defaultCustomMem
now ZSTD_customCMem is promoted as new default.

Advantages : ZSTD_customCMem = { NULL, NULL, NULL},
so it's natural default after a memset.

ZSTD_customCMem is public constant
(defaultCustomMem was private only).

Also : makes it possible to introduce ZSTD_calloc(),
which can now default to stdlib's calloc()
when it detects system default.

Fixed zlibwrapper which depended on defaultCustomMem.
2017-05-30 17:11:39 -07:00
..
2017-04-28 12:46:48 -07:00
2017-05-23 15:41:55 -07:00
2017-01-26 15:29:10 -08:00
2017-01-27 16:00:19 -08:00
2017-03-09 12:51:33 -08:00
2017-02-20 12:08:59 -08:00
2017-05-30 17:11:39 -07:00
2017-05-30 17:11:39 -07:00