Branch: Tag:

2021-09-30

2021-09-30 11:04:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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__ */