]> granicus.if.org Git - json-c/commit
In arraylist, use malloc instead of calloc, avoid clearing with memeset until we...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 24 May 2020 03:53:32 +0000 (03:53 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 24 May 2020 03:54:04 +0000 (03:54 +0000)
commit4a546e7b2f471157c6f479df1ef687864fcbd89e
tree25d583ef795d37492ccb00f1086914fbf6ec6cf8
parentfbe15436447b8b6e2c9eb4419fdc37cc8ef5b2cc
In arraylist, use malloc instead of calloc, avoid clearing with memeset until we really need to, and micro-optimize array_list_add().
arraylist.c