Home
last modified time | relevance | path

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

/external/u-boot/include/
Dmalloc.h860 #define mALLOPt __libc_mallopt macro
894 # define mALLOPt dlmallopt macro
904 # define mALLOPt mallopt macro
931 int mALLOPt(int, int);
945 int mALLOPt();
/external/u-boot/common/
Ddlmalloc.c2362 int mALLOPt(int param_number, int value) in mALLOPt() function
2364 int mALLOPt(param_number, value) int param_number; int value; in mALLOPt()
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;