Cite This Page
Bibliographic details for Memory allocation
- Page name: Memory allocation
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 24 June 2024 14:14 UTC
- Date retrieved: 14 December 2024 23:11 UTC
- Permanent URL: https://rosettacode.org/wiki/Memory_allocation?oldid=365723
- Page Version ID: 365723
Citation styles for Memory allocation
APA style
Memory allocation. (2024, June 24). Rosetta Code. Retrieved 23:11, December 14, 2024 from https://rosettacode.org/wiki/Memory_allocation?oldid=365723.
MLA style
"Memory allocation." Rosetta Code. 24 Jun 2024, 14:14 UTC. 14 Dec 2024, 23:11 <https://rosettacode.org/wiki/Memory_allocation?oldid=365723>.
MHRA style
Rosetta Code contributors, 'Memory allocation', Rosetta Code, 24 June 2024, 14:14 UTC, <https://rosettacode.org/wiki/Memory_allocation?oldid=365723> [accessed 14 December 2024]
Chicago style
Rosetta Code contributors, "Memory allocation," Rosetta Code, https://rosettacode.org/wiki/Memory_allocation?oldid=365723 (accessed December 14, 2024).
CBE/CSE style
Rosetta Code contributors. Memory allocation [Internet]. Rosetta Code; 2024 Jun 24, 14:14 UTC [cited 2024 Dec 14]. Available from: https://rosettacode.org/wiki/Memory_allocation?oldid=365723.
Bluebook style
Memory allocation, https://rosettacode.org/wiki/Memory_allocation?oldid=365723 (last visited December 14, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Memory allocation --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Memory_allocation?oldid=365723", note = "[Online; accessed 14-December-2024]" }
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 = "2024", url = "\url{https://rosettacode.org/wiki/Memory_allocation?oldid=365723}", note = "[Online; accessed 14-December-2024]" }