Hmm. A possible clue here: http://code.google.com/p/chromium/issues/detail?id=4372
>From some google searching, it also appears that SQLite has been a source of memory allocation issues when allocation is performed from the general heap. The allocation pattern is unusual, and can apparently lead to fragmentation when it is commingled with other allocations performed by the application. On Sun, Jun 17, 2012 at 4:40 PM, Jonathan S. Shapiro <[email protected]>wrote: > I'm still puzzled about the desire to implement a library that can avoid > heap allocation in this way. A random thought just occurred to me: > > SQLite gets integrated into Java systems with some regularity. Does the > fact that it can be configured to perform its allocation on the stack > convey some advantage for this type of use? > > > shap >
_______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
