I've got a project that makes heavy use of libtcc, and it would be
useful if I could
inform libtcc to use the application's memory allocator.  Since tcc_new() itself
of course allocates perhaps a reasonable approach would be something like:

TCCState *tcc_new_with_realloc(void *(*func)(void *ptr, unsigned long size));

Is there any interest in this?
Does something like this already exist? (I looked)

Thanks - Eric (rai...@gmail.com)

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to