about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedtbbmallocproxy_private.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More work on malloc override and tbbmalloc wrappingptitSeb2022-12-171-2/+9
|
* Fixed a signature in tbbmallocproxy wrapped libptitSeb2022-10-291-1/+1
|
* Malloc override (#437)ptitSeb2022-10-291-0/+34
* Add some malloc override mecanism, but missing c++ function overriding * Add c++ new/delete redirection too * Added support for libtbbmalloc_proxy