Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Reorganize code to remove a few of the branches introduced into the critical sqlite3DbMallocXXX() path by the previous commit. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | calloc |
Files: | files | file ages | folders |
SHA1: | 75c095ee463c0c76e9637edccd33e807 |
User & Date: | dan 2012-07-18 11:28:51 |
Context
2012-07-18
| ||
16:07 | Remove another branch from the DbMalloc() paths. check-in: defd828e user: dan tags: calloc | |
11:28 | Reorganize code to remove a few of the branches introduced into the critical sqlite3DbMallocXXX() path by the previous commit. check-in: 75c095ee user: dan tags: calloc | |
2012-07-17
| ||
19:32 | Enhance the custom memory allocation interface to allow the user to specify a calloc() function. check-in: 8752237d user: dan tags: calloc | |
Changes
Changes to src/malloc.c.
Changes to src/mem1.c.