Track OpenSSL memory usage.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3890 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-06-04 15:59:58 +00:00
parent c8e09d8637
commit 7b53c95832
4 changed files with 64 additions and 16 deletions

View File

@ -629,6 +629,7 @@ int main(int argc, char* argv[])
prctl(PR_SET_PDEATHSIG, SIGKILL);
#endif
tf_util_replace_uv_allocator();
tf_util_replace_tls_allocator();
uv_setup_args(argc, argv);
tf_taskstub_startup();