Modify btree.c so that is allocates big data structures using malloc()
instead of allocating from the stack. Stack allocations cause problems for embedded systems and pthreads implementations that only allocate a limited amount of stack space. (CVS 1937) FossilOrigin-Name: 4595292f936bdbec10734f42682824e91ff71d11
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
9e6645dd781cb8e422e371ca23766dc1b689481e
|
||||
4595292f936bdbec10734f42682824e91ff71d11
|
||||
Reference in New Issue
Block a user