Searched refs:mALLOc (Results 1 – 2 of 2) sorted by relevance
959 #define mALLOc __libc_malloc macro982 #define mALLOc malloc macro1013 Void_t* mALLOc(size_t);1027 Void_t* mALLOc();2303 Void_t* mALLOc(size_t bytes) in mALLOc() function2305 Void_t* mALLOc(bytes) RDECL size_t bytes; in mALLOc()2792 if (oldmem == 0) return mALLOc(bytes);2827 newmem = mALLOc(bytes);2936 newmem = mALLOc (bytes);3028 if (alignment <= MALLOC_ALIGNMENT) return mALLOc(bytes);[all …]
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