Searched refs:treeShmalloc (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_tree.c | 625 static u32 treeShmalloc(lsm_db *pDb, int bAlign, int nByte, int *pRc){ in treeShmalloc() function 711 iPtr = treeShmalloc(pDb, 1, nByte, pRc); in treeShmallocZero() 744 *piPtr = iPtr = treeShmalloc(pDb, 1, sizeof(TreeKey), pRc); in newTreeKey() 763 aAlloc = treeShmptr(pDb, treeShmalloc(pDb, 0, nAlloc, pRc)); in newTreeKey()
|