Migrated engine to using dlmalloc through eng::

This commit is contained in:
2022-02-24 02:17:41 -05:00
parent acc00289fb
commit f467944095
61 changed files with 631 additions and 590 deletions

16
luprex/core/badmem.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/bin/sh
grep std::string cpp/*
grep std::vector cpp/*
grep std::map cpp/*
grep 'std::set<' cpp/*
grep std::unordered_map cpp/*
grep std::unordered_set cpp/*
grep std::deque cpp/*
grep std::ostringstream cpp/*
grep std::ostream cpp/*
grep std::unique_ptr cpp/*
grep std::shared_ptr cpp/*
grep std::cerr cpp/*
grep std::cout cpp/*