I just downloaded 3.5.7, and noticed that there is a
new memory allocator mem5.c, which apparently uses the
"buddy system" to allocate power-of-two-sized chunks
of memory from a static pool.  This allocator is used
by defining SQLITE_POW2_MEMORY_SIZE.

Is it okay to use this allocator, or is it only exper-
imental (and therefore liable to disappear in a future
release)?

Thanks,
- Richard Klein
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to