Home
last modified time | relevance | path

Searched refs:fREe (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dmalloc.h853 #define fREe __libc_free macro
887 # define fREe dlfree macro
897 # define fREe free macro
921 void fREe(Void_t*);
935 void fREe();
/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.c1158 fREe(chunk2mem(old_top));
1509 void fREe(Void_t* mem) in fREe() function
1511 void fREe(mem) Void_t* mem; in fREe()
1675 fREe(oldmem);
1828 fREe(oldmem);
1842 fREe(chunk2mem(remainder)); /* let free() deal with it */
1929 fREe(m);
1941 fREe(m);
1991 fREe(chunk2mem(p));
2006 fREe(chunk2mem(remainder));
[all …]
H A Ddlmalloc.src850 #define fREe __libc_free
874 #define fREe dlfree
884 #define fREe free
901 void fREe(Void_t*);
915 void fREe();
2023 fREe(chunk2mem(old_top));
2363 void fREe(Void_t* mem)
2365 void fREe(mem) Void_t* mem;
2522 if (bytes == 0) { fREe(oldmem); return 0; }
2665 fREe(oldmem);
[all …]
/OK3568_Linux_fs/u-boot/spl/common/
H A Ddlmalloc.su
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map