OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dlg_malloc
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
dlg.h
99
/*#define malloc(x)
dlg_malloc
((x),__FILE__,__LINE__)*/
155
extern char *
dlg_malloc
(int, char *, int); /* wrapper malloc */
203
extern char *
dlg_malloc
(); /* wrapper malloc */
support.c
56
char *
dlg_malloc
(int bytes,char *file,int line)
function
58
char *
dlg_malloc
(bytes,file,line)
Completed in 498 milliseconds