This website works better with JavaScript.
Home
Explore
Help
Sign In
felix
/
ftb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
added deinit_printer
banana-cakes
FelixBrendel
6 years ago
parent
dc98c61901
commit
be5e48b137
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
print.hpp
+ 5
- 0
print.hpp
View File
@@ -405,6 +405,11 @@ int print_ptr(FILE* f, void* ptr) {
return print_to_file(f, "nullptr");
}
void deinit_printer() {
printer_map.dealloc();
type_map.dealloc();
}
void init_printer() {
printer_map.alloc();
type_map.alloc();
Write
Preview
Loading…
Cancel
Save