What does "alloca" stand for?
The alloca() function allocates memory in the stack frame of the caller. What did alloca originally stand for? Are there any sources regarding the etymology of the name?
The alloca()
function allocates memory in the stack frame of the caller. What did alloca
originally stand for? Are there any sources regarding the etymology of the name?