Commit 97a2f0320056b591d7a747022869fe9cd8ecc6e1

Behdad Esfahbod 2018-02-12T18:51:10

[subset] Allocate bulk memory with malloc(), not calloc() We use calloc() to allocate simple structs and set them to zero. For bulk memory, use malloc() that doesn't zero.