HomeSort by relevance Sort by last modified time
    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 1337 milliseconds