OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocres
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c
496
Unit *
allocres
=NULL; /* -> allocated result, iff allocated */
local
656
allocres
=(Unit *)malloc(needbytes);
657
if (
allocres
==NULL) {status|=DEC_Insufficient_storage; break;}
658
res=
allocres
;
714
free(
allocres
); /* drop any storage used */
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c
496
Unit *
allocres
=NULL; /* -> allocated result, iff allocated */
local
656
allocres
=(Unit *)malloc(needbytes);
657
if (
allocres
==NULL) {status|=DEC_Insufficient_storage; break;}
658
res=
allocres
;
714
free(
allocres
); /* drop any storage used */
/src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c
496
Unit *
allocres
=NULL; /* -> allocated result, iff allocated */
local
656
allocres
=(Unit *)malloc(needbytes);
657
if (
allocres
==NULL) {status|=DEC_Insufficient_storage; break;}
658
res=
allocres
;
714
free(
allocres
); /* drop any storage used */
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c
496
Unit *
allocres
=NULL; /* -> allocated result, iff allocated */
local
656
allocres
=(Unit *)malloc(needbytes);
657
if (
allocres
==NULL) {status|=DEC_Insufficient_storage; break;}
658
res=
allocres
;
714
free(
allocres
); /* drop any storage used */
Completed in 33 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026