umalloc            91 core/chdk-dir.c         char *dirc = umalloc(DCSIZE);
umalloc          1118 core/conf.c        char *buf = umalloc(size);
umalloc           122 core/usb_remote.c     if (!debug_rec_buf) debug_rec_buf = umalloc(sizeof(struct debug_rec_remote_state) * DEBUG_MAX_REC);
umalloc            89 include/std/stdlib.h extern void *umalloc(long size);
umalloc            56 lib/armutil/reboot.c 	buf = umalloc(size);
umalloc            81 lib/font/rbf_font.c     ubuffer = umalloc(UBUFFER_SIZE);
umalloc            40 lib/lang/fileutil.c                 char *ubuf = umalloc(512);
umalloc           155 lib/lang/fileutil.c 	char* buf = umalloc(20);
umalloc           414 modules/gui_fselect.c                 ubuf = umalloc(COPY_BUF_SIZE);
umalloc            47 modules/module_exportlist.c             umalloc
umalloc            96 modules/module_load.c         buf_load = umalloc(size);