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:
drh
2004-09-03 18:38:44 +00:00
parent 2c7e56798b
commit 2e38c32b67
4 changed files with 148 additions and 97 deletions
+1 -1
View File
@@ -1 +1 @@
9e6645dd781cb8e422e371ca23766dc1b689481e
4595292f936bdbec10734f42682824e91ff71d11