All Projects → ttvd → moreram-osx

ttvd / moreram-osx

Licence: other
More memory on Mac OS X through Metal API.

Programming Languages

objective c
16641 projects - #2 most used programming language
CMake
9771 projects

moreram-osx

Notes

  • This is a malloc replacement for Mac OS X which will attempt to use memory available through Metal API. The Metal allocations are only triggered when regular malloc/realloc/calloc/free calls fail. Otherwise it will use default calls.
  • This is inspired by graphitemaster/moreram
  • This is perhaps a joke.
  • This can potentially waste memory (due to shadowing).
  • This is still work in progress and there are bugs. Please report.

License

  • Copyright Mykola Konyk, 2016
  • Distributed under the MS-RL License.
  • To further explain the license:
    • You cannot re-license any files in this project.
    • That is, they must remain under the MS-RL license.
    • Any other files you add to this project can be under any license you want.
    • You cannot use any of this code in a GPL project.
    • Otherwise you are free to do pretty much anything you want with this code.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].