OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dlg_calloc
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
dlg.h
101
/*#define calloc(x,y)
dlg_calloc
((x),(y),__FILE__,__LINE__)*/
156
extern char *
dlg_calloc
(int, int, char *, int); /* wrapper calloc */
204
extern char *
dlg_calloc
(); /* wrapper calloc */
support.c
77
char *
dlg_calloc
(int n,int bytes,char *file,int line)
function
79
char *
dlg_calloc
(n,bytes,file,line)
Completed in 133 milliseconds