Posix equivalent of LocalAlloc(LMEM_ZEROINIT, size)

Posted by Tristan on Stack Overflow See other posts from Stack Overflow or by Tristan
Published on 2010-06-09T21:22:17Z Indexed on 2010/06/09 23:42 UTC
Read the original article Hit count: 136

Filed under:
|
|

I have code which works on windows, that calls LocalAlloc as follows:

LocalAlloc(LMEM_ZEROINIT, size)

I need the equivalent malloc or calloc call to get this to work on Unix systems, through Mono. Simple answer?

© Stack Overflow or respective owner

Related posts about c++

Related posts about c