thedmd / pixeltoaster

PixelToaster is a framebuffer library for C++
45 stars 9 forks source link

add ability to pass custom memory allocator and completely remove crt #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
size critical programs such as intros often want to remove dependency on
crt - it would be good to provide a #define PIXELTOASTER_NO_CRT to strip
out all usages of crt functions to help these guys out

this mostly reduces down to providing some way for the user to supply a
custom allocator

Original issue reported on code.google.com by glenn.fi...@gmail.com on 7 Sep 2006 at 4:32

GoogleCodeExporter commented 8 years ago

Original comment by glenn.fi...@gmail.com on 8 Sep 2006 at 4:46