pike.git/
src/
las.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2021-09-30
2021-09-30 11:04:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
31546311d4e075787ae7ec0e405d7fd7eeeda651 (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Compiler: Register nodes --with-dmalloc.
488:
Pike_fatal("Attempt to free a node with no active compiler.\n"); } #endif
+
dmalloc_unregister(n, 0);
ba_free(&Pike_compiler->compiler->node_allocator, n); }
664:
CHECK_COMPILER();
+
dmalloc_register(res, sizeof(struct node_s), DMALLOC_LOCATION());
+
#ifdef __CHECKER__ memset(res, 0, sizeof(node)); #endif /* __CHECKER__ */