Exports for User.
More...
Exports for User.
Using this library in your project
Include the header file in your project:
Link the library to the executable:
Load the required module:
int sceSysmoduleLoadModule(SceSysmoduleModuleId id)
Load a module.
@ SCE_SYSMODULE_SQLITE
Sqlite module.
Definition sysmodule.h:58
◆ SceSqliteMallocMethods
| struct SceSqliteMallocMethods |
◆ VITASDK_BUILD_ASSERT_EQ()
◆ sceSqliteConfigMallocMethods()
Wrapper for sqlite3_config(SQLITE_CONFIG_MALLOC)
- Parameters
-
| [in] | methods | - A proper set of memory allocation methods |
- Returns
- 0 on success, < 0 on error.
◆ xMalloc
| void *(* SceSqliteMallocMethods::xMalloc) (int) |
◆ xRealloc
| void *(* SceSqliteMallocMethods::xRealloc) (void *, int) |
◆ xFree
| void(* SceSqliteMallocMethods::xFree) (void *) |