5 ms·False. malloc() fails with a negative argument.by arekp 14y agoFalse. malloc() fails with a negative argument.to3m 14y agomalloc's argument is of type size_t, which is unsigned.arekp 14y agoExtending my comment, I am almost sure that passing a small negative argument (which is converted to a large positive number) causes malloc to return NULL on Linux.