The Wayback Machine - https://web.archive.org/web/20200706021406/https://github.com/topics/memory-management
Skip to content
#

memory-management

Here are 537 public repositories matching this topic...

dsandber
dsandber commented Apr 17, 2018
Aggregating keys by pattern and type
Traceback (most recent call last):
  File "/home/ubuntu/.local/bin/rma", line 11, in <module>
    sys.exit(main())
  File "/home/ubuntu/.local/lib/python3.5/site-packages/rma/cli/rma_cli.py", line 97, in main
    app.run()
  File "/home/ubuntu/.local/lib/python3.5/site-packages/rma/application.py", line 133, in run
    keys = {k: self.get_pattern_ag
Meai1
Meai1 commented Mar 12, 2019

Interop with C will probably be the primary way to get real world usefulness out of Cone, so that should be documented in my opinion.
How do I read a file?
How do I write to a socket?
How do I walk a directory tree?
etc.
So this is probably done by writing a wrapper around libc/muslc, right?

General usecases:

  1. pass data or functions into C, get data or functions back
  2. make thos

Improve this page

Add a description, image, and links to the memory-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the memory-management topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.