Definitions
from Wiktionary, Creative Commons Attribution/Share-Alike License.
- verb Simple past tense and past participle of
malloc .
Etymologies
Sorry, no etymologies found.
Support
Help support Wordnik (and make this page ad-free) by adopting the word malloced.
Examples
-
Tinker with Chicken Scheme internals; in particular, I want to improve the blob support, to eliminate unnecessary copying between the heap and normal malloced memory, and within the heap between blob and SRFI-4 interfaces to the same region of memory.
-
Tinker with Chicken Scheme internals; in particular, I want to improve the blob support, to eliminate unnecessary copying between the heap and normal malloced memory, and within the heap between blob and SRFI-4 interfaces to the same region of memory.
-
Point into the existing buffer for loaded strings, and just replace them with malloced strings when altering things, then at the end compare pointers for every string to see if it points into the buffer (and need not be freed) or not (in which case, free it).
Snell-Pym » C 2007
-
But some require a string pointer they can store away in a data structure and use later, which had better be malloced since the users of the data structure will one day free it.
Snell-Pym » C 2007
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.