use tmalloc instead of malloc
This commit is contained in:
parent
cc5b9007a7
commit
29f34fc734
|
|
@ -1,3 +1,7 @@
|
|||
2010-10-27 Robert Larice
|
||||
* src/spicelib/devices/bsim3soi/b4soitemp.c :
|
||||
use tmalloc instead of malloc
|
||||
|
||||
2010-10-27 Robert Larice
|
||||
* src/spicelib/analysis/cktmcrt.c ,
|
||||
* src/spicelib/analysis/cktnewan.c ,
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ B4SOItemp(
|
|||
}
|
||||
|
||||
if (Size_Not_Found)
|
||||
{ pParam = (struct b4soiSizeDependParam *)malloc(
|
||||
{ pParam = (struct b4soiSizeDependParam *)tmalloc(
|
||||
sizeof(struct b4soiSizeDependParam));
|
||||
if (pLastKnot == NULL)
|
||||
model->pSizeDependParamKnot = pParam;
|
||||
|
|
|
|||
Loading…
Reference in New Issue