To | ng-spice@ieee.ing.uniroma1.it |
From | Paolo Nenzi <pnenzi@iol.it> |
Date | Mon, 30 Aug 1999 14:52:32 +0200 (CEST) |
Delivered-To | mailing list ng-spice@ieee.ing.uniroma1.it |
Mailing-List | contact ng-spice-help@ieee.ing.uniroma1.it; run by ezmlm |
Reply-To | ng-spice@ieee.ing.uniroma1.it |
Hi all, You probably know the tmalloc, trealloc, txfree and similar functions that take care of memory allocation in spice3f. These functions works and retunrs char *. I have modfied them to work on void *. This may cause problems in the code, please report them. I am planning to rewrite tmalloc using calloc() intead of malloc + bzero. Paolo