use ngspice memory allocation scheme
This commit is contained in:
parent
e2908767e2
commit
65280a18a7
|
|
@ -453,7 +453,6 @@
|
|||
/*
|
||||
* MEMORY ALLOCATION
|
||||
*/
|
||||
//#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
spcEXTERN void *tmalloc(size_t);
|
||||
spcEXTERN void *trealloc(const void *, size_t);
|
||||
|
|
|
|||
Loading…
Reference in New Issue