mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
move safemalloc out of dbug.
remeber a real backtrace for every allocation. make safemalloc to tract C++ new/delete too. collateral fixes to make the test suite pass.
This commit is contained in:
@@ -55,6 +55,7 @@ void my_set_exception_pointers(EXCEPTION_POINTERS *ep);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* at the moment, safemalloc is the main user of libbfd */
|
||||
#ifndef SAFEMALLOC
|
||||
#undef HAVE_BFD_H
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user