Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dmalloc.h860 #define mALLOPt __libc_mallopt macro
894 # define mALLOPt dlmallopt macro
914 # define mALLOPt mallopt macro
941 int mALLOPt(int, int);
971 int mALLOPt();
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.c2355 int mALLOPt(int param_number, int value) in mALLOPt() function
2357 int mALLOPt(param_number, value) int param_number; int value; in mALLOPt()
2518 ret = mALLOPt(param_number, value);
H 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;