From eaaa33bcf846da64096c0ba595e0523eafa04206 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 17 Aug 2021 19:46:11 -0700 Subject: thunk_h: bump submodule for and use thunk_free() thunk.h got some rudimentary environment caching, and in the process introduced thunk_free(). Update the submodule and replace the bare free(closure) callsites with thunk_free(closure). This should help reduce the amount of malloc/free hammering in jio, though there are still quite a few allocations for object payloads in e.g. report-entry-arrays, and the object header space is allocated as a thunk payload which doesn't get environment caching yet. --- thunk_h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thunk_h') diff --git a/thunk_h b/thunk_h index 070e8c5..22ea32f 160000 --- a/thunk_h +++ b/thunk_h @@ -1 +1 @@ -Subproject commit 070e8c57d5829e9b429f698c329a6d0b0d4d071c +Subproject commit 22ea32f0f945509888a3d0d5167b5d4ed001a3d9 -- cgit v1.2.3