Searched refs:lsmRealloc (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_mem.c | 29 void *lsmRealloc(lsm_env *pEnv, void *p, size_t N){ in lsmRealloc() function 44 return lsmRealloc(pEnv ? pEnv : lsm_default_env(), p, N); in lsm_realloc()
|
| H A D | lsm_str.c | 37 char *zNew = lsmRealloc(pStr->pEnv, pStr->z, nAlloc); in lsmStringExtend()
|
| H A D | lsm_shared.c | 117 aNew = (FreelistEntry *)lsmRealloc(pEnv, p->aEntry, nByte); in freelistAppend() 1656 apShm = lsmRealloc(pEnv, db->apShm, sizeof(void*)*nAlloc); in lsmShmCacheChunks() 1678 apShm = lsmRealloc(pEnv, p->apShmChunk, sizeof(void*)*nAlloc); in lsmShmCacheChunks()
|
| H A D | lsmInt.h | 666 void *lsmRealloc(lsm_env*, void *, size_t);
|
| H A D | lsm_unix.c | 407 apNew = (void **)lsmRealloc(p->pEnv, p->apShm, sizeof(void *) * nNew); in lsmPosixOsShmMap()
|
| H A D | lsm_main.c | 886 aNew = (TransMark *)lsmRealloc(pDb->pEnv, pDb->aTrans, nByte); in lsm_begin()
|
| H A D | lsm_tree.c | 227 aNew = lsmRealloc(pEnv, p->aArray, nNew*sizeof(u32)); in intArrayAppend()
|
| H A D | lsm_sorted.c | 3497 Page **apNew = (Page **)lsmRealloc( in mergeWorkerLoadHierarchy() 3611 aNew = (Page **)lsmRealloc( in mergeWorkerBtreeWrite()
|