See malloc on Wiktionary
{ "etymology_templates": [ { "args": { "1": "en", "2": "map", "3": "allocate" }, "expansion": "Blend of map + allocate", "name": "blend" } ], "etymology_text": "Blend of map + allocate.", "forms": [ { "form": "mallocs", "tags": [ "plural" ] } ], "head_templates": [ { "args": {}, "expansion": "malloc (plural mallocs)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "categories": [ { "kind": "topical", "langcode": "en", "name": "Computing", "orig": "en:Computing", "parents": [ "Technology", "All topics", "Fundamental" ], "source": "w" }, { "_dis": "51 49", "kind": "other", "name": "English blends", "parents": [], "source": "w+disamb" }, { "_dis": "62 38", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "71 29", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" }, { "_dis": "76 24", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" } ], "examples": [ { "ref": "2001, USENIX Association, Proceedings of the FREENIX Track: 2001 USENIX Annual Technical Conference:", "text": "It compares the behavior of nine different mallocs when used with Hummingbird and GNU Emacs dynamic memory activity traces.", "type": "quote" } ], "glosses": [ "A subroutine in the C programming language's standard library for performing dynamic memory allocation." ], "id": "en-malloc-en-noun-vITpZ0Y1", "links": [ [ "computing", "computing#Noun" ], [ "subroutine", "subroutine" ], [ "library", "library" ], [ "dynamic memory allocation", "dynamic memory allocation" ] ], "raw_glosses": [ "(computing) A subroutine in the C programming language's standard library for performing dynamic memory allocation." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] } ], "wikipedia": [ "Diomidis Spinellis" ], "word": "malloc" } { "etymology_templates": [ { "args": { "1": "en", "2": "map", "3": "allocate" }, "expansion": "Blend of map + allocate", "name": "blend" } ], "etymology_text": "Blend of map + allocate.", "forms": [ { "form": "mallocs", "tags": [ "present", "singular", "third-person" ] }, { "form": "mallocing", "tags": [ "participle", "present" ] }, { "form": "malloced", "tags": [ "participle", "past" ] }, { "form": "malloced", "tags": [ "past" ] } ], "head_templates": [ { "args": {}, "expansion": "malloc (third-person singular simple present mallocs, present participle mallocing, simple past and past participle malloced)", "name": "en-verb" } ], "lang": "English", "lang_code": "en", "pos": "verb", "senses": [ { "categories": [ { "kind": "topical", "langcode": "en", "name": "Computing", "orig": "en:Computing", "parents": [ "Technology", "All topics", "Fundamental" ], "source": "w" }, { "_dis": "51 49", "kind": "other", "name": "English blends", "parents": [], "source": "w+disamb" } ], "glosses": [ "To allocate memory using the C programming language malloc subroutine." ], "id": "en-malloc-en-verb-b6LTJ3Wd", "links": [ [ "computing", "computing#Noun" ] ], "raw_glosses": [ "(computing) To allocate memory using the C programming language malloc subroutine." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] } ], "wikipedia": [ "Diomidis Spinellis" ], "word": "malloc" }
{ "categories": [ "English blends", "English countable nouns", "English entries with incorrect language header", "English lemmas", "English nouns", "English verbs", "Pages with 1 entry", "Pages with entries", "en:C programming language" ], "etymology_templates": [ { "args": { "1": "en", "2": "map", "3": "allocate" }, "expansion": "Blend of map + allocate", "name": "blend" } ], "etymology_text": "Blend of map + allocate.", "forms": [ { "form": "mallocs", "tags": [ "plural" ] } ], "head_templates": [ { "args": {}, "expansion": "malloc (plural mallocs)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "categories": [ "English terms with quotations", "en:Computing" ], "examples": [ { "ref": "2001, USENIX Association, Proceedings of the FREENIX Track: 2001 USENIX Annual Technical Conference:", "text": "It compares the behavior of nine different mallocs when used with Hummingbird and GNU Emacs dynamic memory activity traces.", "type": "quote" } ], "glosses": [ "A subroutine in the C programming language's standard library for performing dynamic memory allocation." ], "links": [ [ "computing", "computing#Noun" ], [ "subroutine", "subroutine" ], [ "library", "library" ], [ "dynamic memory allocation", "dynamic memory allocation" ] ], "raw_glosses": [ "(computing) A subroutine in the C programming language's standard library for performing dynamic memory allocation." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] } ], "wikipedia": [ "Diomidis Spinellis" ], "word": "malloc" } { "categories": [ "English blends", "English countable nouns", "English entries with incorrect language header", "English lemmas", "English nouns", "English verbs", "Pages with 1 entry", "Pages with entries", "en:C programming language" ], "etymology_templates": [ { "args": { "1": "en", "2": "map", "3": "allocate" }, "expansion": "Blend of map + allocate", "name": "blend" } ], "etymology_text": "Blend of map + allocate.", "forms": [ { "form": "mallocs", "tags": [ "present", "singular", "third-person" ] }, { "form": "mallocing", "tags": [ "participle", "present" ] }, { "form": "malloced", "tags": [ "participle", "past" ] }, { "form": "malloced", "tags": [ "past" ] } ], "head_templates": [ { "args": {}, "expansion": "malloc (third-person singular simple present mallocs, present participle mallocing, simple past and past participle malloced)", "name": "en-verb" } ], "lang": "English", "lang_code": "en", "pos": "verb", "senses": [ { "categories": [ "en:Computing" ], "glosses": [ "To allocate memory using the C programming language malloc subroutine." ], "links": [ [ "computing", "computing#Noun" ] ], "raw_glosses": [ "(computing) To allocate memory using the C programming language malloc subroutine." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] } ], "wikipedia": [ "Diomidis Spinellis" ], "word": "malloc" }
Download raw JSONL data for malloc meaning in All languages combined (2.8kB)
This page is a part of the kaikki.org machine-readable All languages combined dictionary. This dictionary is based on structured data extracted on 2025-01-13 from the enwiktionary dump dated 2025-01-01 using wiktextract (4ba5975 and 4ed51a5). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.
If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.