Home
last modified time | relevance | path

Searched refs:mALLOPt (Results 1 – 3 of 3) sorted by relevance

/u-boot/include/
A Dmalloc.h868 #define mALLOPt __libc_mallopt macro
902 # define mALLOPt dlmallopt macro
927 # define mALLOPt mallopt macro
955 int mALLOPt(int, int);
969 int mALLOPt();
/u-boot/common/
A Ddlmalloc.c2398 int mALLOPt(int param_number, int value) in mALLOPt() function
2400 int mALLOPt(param_number, value) int param_number; int value; in mALLOPt()
A Ddlmalloc.src857 #define mALLOPt __libc_mallopt
881 #define mALLOPt dlmallopt
891 #define mALLOPt mallopt
911 int mALLOPt(int, int);
925 int mALLOPt();
3135 int mALLOPt(int param_number, int value)
3137 int mALLOPt(param_number, value) int param_number; int value;

Completed in 11 milliseconds