Searched refs:sYSMALLOc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c2021 sYSMALLOc. (This is somewhat delicate, since it relies on
2248 static Void_t* sYSMALLOc(INTERNAL_SIZE_T, mstate);
2252 static Void_t* sYSMALLOc();
2613 malloc relays to sYSMALLOc if it cannot allocate out of
2622 static Void_t* sYSMALLOc(INTERNAL_SIZE_T nb, mstate av)
2624 static Void_t* sYSMALLOc(nb, av) INTERNAL_SIZE_T nb; mstate av;
2995 sYSTRIm is an inverse of sorts to sYSMALLOc.
3446 return sYSMALLOc(nb, av);
5025 * Collect all cases in malloc requiring system memory into sYSMALLOc
2614 static Void_t* sYSMALLOc(INTERNAL_SIZE_T nb, mstate av) function

Completed in 862 milliseconds