summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/memory_allocation
Commit message (Collapse)AuthorAgeFilesLines
* docs: Pythonise documentation on Memory Allocation (memory_allocation.rst) ↵0dminnimda2021-08-084-4/+58
| | | | (GH-4316)
* Fix line endings.Stefan Behnel2019-02-152-48/+48
|
* Move a comment from the documentation into the example that it refers to, in ↵Stefan Behnel2018-06-171-0/+4
| | | | | | order to avoid inconsistencies (e.g. line number references) and also to make it visible to those who only look at the file. See #2353.
* Merge pull request #2353 from gabrieldemarmiesse/test_memory_allocation_1scoder2018-06-171-0/+19
|\ | | | | Added tests for "memory allocation" Part 1
| * Changed the list comprehension and also added a note about the inefficiency ↵gabrieldemarmiesse2018-06-161-1/+1
| | | | | | | | of this example.
| * Moved an example from memory_allocation.rst to the examples directory to be ↵gabrieldemarmiesse2018-06-151-0/+19
| | | | tested.
* Moved a second piece of code from memory_allocation.rst to the examples ↵gabrieldemarmiesse2018-06-151-0/+25
directory for testing.