Cite This Page
Bibliographic details for Memory allocation
- Page name: Memory allocation
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 8 February 2025 23:56 UTC
- Date retrieved: 24 April 2025 13:34 UTC
- Permanent URL: https://rosettacode.org/wiki/Memory_allocation?oldid=376684
- Page Version ID: 376684
Citation styles for Memory allocation
APA style
Memory allocation. (2025, February 8). Rosetta Code. Retrieved 13:34, April 24, 2025 from https://rosettacode.org/wiki/Memory_allocation?oldid=376684.
MLA style
"Memory allocation." Rosetta Code. 8 Feb 2025, 23:56 UTC. 24 Apr 2025, 13:34 <https://rosettacode.org/wiki/Memory_allocation?oldid=376684>.
MHRA style
Rosetta Code contributors, 'Memory allocation', Rosetta Code, 8 February 2025, 23:56 UTC, <https://rosettacode.org/wiki/Memory_allocation?oldid=376684> [accessed 24 April 2025]
Chicago style
Rosetta Code contributors, "Memory allocation," Rosetta Code, https://rosettacode.org/wiki/Memory_allocation?oldid=376684 (accessed April 24, 2025).
CBE/CSE style
Rosetta Code contributors. Memory allocation [Internet]. Rosetta Code; 2025 Feb 8, 23:56 UTC [cited 2025 Apr 24]. Available from: https://rosettacode.org/wiki/Memory_allocation?oldid=376684.
Bluebook style
Memory allocation, https://rosettacode.org/wiki/Memory_allocation?oldid=376684 (last visited April 24, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Memory allocation --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Memory_allocation?oldid=376684", note = "[Online; accessed 24-April-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Memory allocation --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Memory_allocation?oldid=376684}", note = "[Online; accessed 24-April-2025]" }