ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ReusableSpace Struct Reference

Public Attributes

u8pSpace
 
sqlite3_int64 nFree
 
sqlite3_int64 nNeeded
 

Detailed Description

Definition at line 79789 of file sqlite3.c.

Member Data Documentation

◆ nFree

sqlite3_int64 ReusableSpace::nFree

Definition at line 79791 of file sqlite3.c.

Referenced by allocSpace(), and sqlite3VdbeMakeReady().

◆ nNeeded

sqlite3_int64 ReusableSpace::nNeeded

Definition at line 79792 of file sqlite3.c.

Referenced by allocSpace(), and sqlite3VdbeMakeReady().

◆ pSpace

u8* ReusableSpace::pSpace

Definition at line 79790 of file sqlite3.c.

Referenced by allocSpace(), and sqlite3VdbeMakeReady().


The documentation for this struct was generated from the following file: