sapling/remotefilelog/cdatapack
Tony Tung a401e1db1c [cdatapack] free the data segments allocated for delta chains
Summary: Since we allocate the memory for the uncompressed data on the heap, we need to free it.

Test Plan: compiles.

Reviewers: #fastmanifest, durham

Reviewed By: durham

Subscribers: mitrandir

Differential Revision: https://phabricator.intern.facebook.com/D3686334

Signature: t1:3686334:1470716123:10fae5169e73ab581b282f771d188f804198d169
2016-08-09 13:48:32 -07:00
..
buffer.h [remotefilelog] initial checkin of a c datapack parser 2016-08-01 14:05:37 -07:00
cdatapack_dump.c [cdatapack] fix memory handling for cdatapack 2016-08-01 14:11:16 -07:00
cdatapack_get.c [cdatapack] utility to retrieve and checksum the delta chain 2016-08-03 15:29:01 -07:00
cdatapack.c [cdatapack] free the data segments allocated for delta chains 2016-08-09 13:48:32 -07:00
cdatapack.h [cdatapack] stricter const 2016-08-04 13:50:00 -07:00
CMakeLists.txt [cdatapack] utility to retrieve and checksum the delta chain 2016-08-03 15:29:01 -07:00
convert.h [remotefilelog] initial checkin of a c datapack parser 2016-08-01 14:05:37 -07:00
null_test.c [remotefilelog] initial checkin of a c datapack parser 2016-08-01 14:05:37 -07:00
py-cdatapack.c [cdatapack] wire up getdeltachain 2016-08-05 11:44:19 -07:00