Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
OT: Dynamic-CC, GC, Dynamic Types, and Prototype OO in C
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="cr88192, post: 3094447"] ok, a little skimming, not much of comment thus far... but, mostly I am using VirtualAlloc because windows allows me to do certain things I can't do with malloc'ed memory (such as detecting memory write accesses). this is necessary for an incremental garbage collector in order to try to avoid accidentally losing references to memory objects due to actions being performed in other threads. ended up largely writing a kind of 'malloc replacement' for the purpose of supporting large objects (all the smaller objects are handled with a cell allocator). this allocator is based on blocks and free lists. I will probably also specify and implement code for wrapping the threads interface. or such... [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
OT: Dynamic-CC, GC, Dynamic Types, and Prototype OO in C
Top