From 0e47d1269cc660d2b1451e76375b2d3545ce66f4 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 29 Oct 2022 22:32:47 +0200 Subject: Malloc override (#437) * Add some malloc override mecanism, but missing c++ function overriding * Add c++ new/delete redirection too * Added support for libtbbmalloc_proxy --- src/wrapped/generated/wrappedlibctypes.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/wrapped/generated/wrappedlibctypes.h') diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 4dfede09..9352b479 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -19,7 +19,6 @@ typedef int64_t (*iFi_t)(int64_t); typedef int64_t (*iFp_t)(void*); typedef intptr_t (*lFv_t)(void); typedef uintptr_t (*LFL_t)(uintptr_t); -typedef void* (*pFL_t)(uintptr_t); typedef void* (*pFp_t)(void*); typedef void (*vFpi_t)(void*, int64_t); typedef void (*vFpu_t)(void*, uint64_t); @@ -107,7 +106,6 @@ typedef int64_t (*iFppipppp_t)(void*, void*, int64_t, void*, void*, void*, void* GO(uname, iFp_t) \ GO(syscall, lFv_t) \ GO(getauxval, LFL_t) \ - GO(malloc, pFL_t) \ GO(__deregister_frame_info, pFp_t) \ GO(mallinfo, pFp_t) \ GO(__longjmp_chk, vFpi_t) \ -- cgit 1.4.1