Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
/ moreram-osx Public archive

More memory on Mac OS X through Metal API.

Notifications You must be signed in to change notification settings

ttvd/moreram-osx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

More memory on Mac OS X through Metal API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published