/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

  • Committer: Gustav Hartvigsson
  • Date: 2016-02-01 14:11:35 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160201141135-pcl4m4gcf8r7t11e
* Made the GC switchable at rutime (once) when compiled with S_USE_GC set.
* replaced:
  * malloc ->   s_malloc
  * free ->     s_free
  * realloc ->  s_realloc
  * calloc ->   s_calloc

* Made s_[malloc, calloc, free, realloc] functions and moved them to their own file.
  This can be used os basis for other memory stuffs in the future, if we want to use
  a Slab allocator or something else.
Filename Latest Rev Last Changed Committer Comment Size
..
README 87 10 years ago Gustav Hartvigsson I have no idea why this is not working...0_o... 229 bytes Diff Download File
stdatomic.h 86 10 years ago Gustav Hartvigsson * added external .h files for dealing with stuff t 13.2 KB Diff Download File
threads.h 88 10 years ago Gustav Hartvigsson * Made the SMutex code compile. * Added check to C 2.5 KB Diff Download File
threads_posix.h 86 10 years ago Gustav Hartvigsson * added external .h files for dealing with stuff t 8.4 KB Diff Download File
threads_win32.h 86 10 years ago Gustav Hartvigsson * added external .h files for dealing with stuff t 16 KB Diff Download File