出典:Wiktionary
malloc (複数形 mallocs)
出典:Wikipedia
出典:『Wikipedia』 (2011/07/18 15:32 UTC 版)
In computing, malloc is a subroutine for performing dynamic memory allocation in the C and C++ programming languages, though its use in C++ has been largely superseded by operators new and new[]. malloc is part of the standard library for both languages and is declared in the stdlib.h header although it is also declared within the std namespace via the C++'s cstdlib header.