Home
last modified time | relevance | path

Searched refs:allocateSpace (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbtree.test541 # that entry. This tests the path into allocateSpace where the hole exactly
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c475 static int allocateSpace(Btree *pBt, MemPage *pPage, int nByte){ in allocateSpace() function
2067 idx = allocateSpace(pBt, pPage, sz); in insertCell()