Home
last modified time | relevance | path

Searched refs:tmalloc (Results 226 – 250 of 281) sorted by relevance

12345678910>>...12

/dports/cad/jspice3/jspice3-2.5/src/lib/hlp/
H A Dx11disp.c157 top->chartext = tmalloc(cnt);
/dports/chinese/gcin/gcin-2.9.0/
H A Dgtab-merge.cpp255 phridx = tmalloc(int, phr_cou+1); in main()
H A Dgtab-db-gen.cpp485 textPhyOfs = tmalloc(int, textArrN); in main()
H A Dtsin-util.cpp417 int *phidx = tmalloc(int, wN); in save_phrase_to_db()
/dports/chinese/gcin-gtk3/gcin-2.9.0/
H A Dgtab-merge.cpp255 phridx = tmalloc(int, phr_cou+1); in main()
H A Dgtab-db-gen.cpp485 textPhyOfs = tmalloc(int, textArrN); in main()
H A Dtsin-util.cpp417 int *phidx = tmalloc(int, wN); in save_phrase_to_db()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/src/
H A Dtsin-util.c287 int *phidx = tmalloc (int, wN); in save_phrase_to_db()
/dports/cad/ngspice_rework/ngspice-35/src/
H A Dngsconvert.c55 #define TMALLOC(t, n) (t*) tmalloc(sizeof(t) * (size_t)(n))
/dports/cad/jspice3/jspice3-2.5/src/include/
H A Dspdefs.h433 #define ALLOC(type,number) ((type *)tmalloc((unsigned)(sizeof(type)*(number))))
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DFindPtFuncs.h564 #define tmalloc(type, count) \ macro
/dports/shells/ksh93/ast-93u/src/cmd/tests/
H A DMamfile657 make vmalloc/tmalloc.c
659 done vmalloc/tmalloc.c
691 …malloc/talign.c vmalloc/tcompact.c vmalloc/tek.c vmalloc/tlast.c vmalloc/tmalloc.c vmalloc/tmmopen…
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/tests/
H A DMamfile657 make vmalloc/tmalloc.c
659 done vmalloc/tmalloc.c
691 …malloc/talign.c vmalloc/tcompact.c vmalloc/tek.c vmalloc/tlast.c vmalloc/tmalloc.c vmalloc/tmmopen…
/dports/chinese/gcin-qt5/gcin-2.9.0/
H A Dgtab-db-gen.cpp485 textPhyOfs = tmalloc(int, textArrN); in main()
H A Dtsin-util.cpp417 int *phidx = tmalloc(int, wN); in save_phrase_to_db()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/tests/
H A DMamfile709 make vmalloc/tmalloc.c
711 done vmalloc/tmalloc.c
768 …c vmalloc/tdebug.c vmalloc/tek.c vmalloc/theap.c vmalloc/tlast.c vmalloc/tmalloc.c vmalloc/tmalloc…
/dports/cad/ngspice_rework/ngspice-35/src/maths/cmaths/
H A Dcmath1.c857 tmalloc(sizeof(amplitude_index_t) * (size_t) length); in cx_sortorder()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/lotte/
H A Dpoly.c413 p->w = tmalloc(realType, 17*n); in lagrange_setup()
/dports/cad/jspice3/jspice3-2.5/src/lib/sced/
H A Dnetlist.c17 #define umalloc(u) (union u*)tmalloc(sizeof(union u))
266 device = tmalloc(strlen(p_data->p_name.name)+10);
H A Dactions.c1004 if((PDesc->prpty_String = tmalloc(size)) == NULL)
/dports/cad/jspice3/jspice3-2.5/src/lib/fte/
H A Dparse.c833 v->v_realdata = (double *) tmalloc(sizeof (double));
/dports/shells/bash/bash-5.1/lib/malloc/
H A Dmalloc.c906 _mstats.tmalloc[nunits]++;
/dports/dns/rbldnsd/rbldnsd-0.998/
H A Drbldnsd_packet.c629 zonelist->z_zsoa = tmalloc(struct zonesoa); in init_zones_caches()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dspiceif.c1503 name = (type *) tmalloc((size_t) __i); \ in com_snload()
/dports/cad/ngspice_rework/ngspice-35/
H A DChangeLog13260 use tmalloc instead of malloc
13267 use tmalloc and trealloc instead of MALLOC and REALLOC
13294 tmalloc usage unification, parenthesize some terms
13320 tmalloc usage, drop explicit (unsigned) cast
13321 later to be reinstated in a tmalloc wrapper macro
13327 tmalloc usage, minor usage unification
13342 cast the tmalloc, MALLOC, return value
16385 tmalloc patch by R Larice
17447 * frontend/com_fft.c : changed some malloc into tmalloc
17463 * xspice/mif/mif_inp2.c: changed some malloc into tmalloc
[all …]

12345678910>>...12