Searched refs:mALLOc (Results 1 – 2 of 2) sorted by relevance
787 #define mALLOc malloc macro814 void* mALLOc(size_t);1892 void* mALLOc(size_t bytes) in mALLOc() function2370 if (oldmem == 0) return mALLOc(bytes); in rEALLOc()2405 newmem = mALLOc(bytes); in rEALLOc()2514 newmem = mALLOc (bytes); in rEALLOc()2602 if (alignment <= MALLOC_ALIGNMENT) return mALLOc(bytes); in mEMALIGn()2619 m = (char*)(mALLOc(nb + alignment + MINSIZE)); in mEMALIGn()2769 mem = mALLOc (sz); in cALLOc()
5793 mALLOc(): return malloc value.12518 * libc/stdlib/mallocr.c (mALLOc, rEALLOCc, mEMALIGn): Set errno14946 * libc/stdlib/mallocr.c (mALLOc, rEALLOc, mEMEALIGn): Enhance17046 (mALLOc): Add overflow check for the number of bytes to allocate.22467 * libc/stdlib/mallocr.c (mALLOc): Add explicit tests for