use ngspice memory allocation scheme

This commit is contained in:
dwarning 2023-06-06 15:30:26 +02:00
parent e2908767e2
commit 65280a18a7
1 changed files with 0 additions and 1 deletions

View File

@ -453,7 +453,6 @@
/* /*
* MEMORY ALLOCATION * MEMORY ALLOCATION
*/ */
//#include <stddef.h>
#include <stdlib.h> #include <stdlib.h>
spcEXTERN void *tmalloc(size_t); spcEXTERN void *tmalloc(size_t);
spcEXTERN void *trealloc(const void *, size_t); spcEXTERN void *trealloc(const void *, size_t);