Browse Source

use tmalloc instead of malloc

pre-master-46
rlar 16 years ago
parent
commit
29f34fc734
  1. 4
      ChangeLog
  2. 2
      src/spicelib/devices/bsim3soi/b4soitemp.c

4
ChangeLog

@ -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 ,

2
src/spicelib/devices/bsim3soi/b4soitemp.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…
Cancel
Save