MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / recoverBitmapFree

Function recoverBitmapFree

modules/dasSQLITE/sqlite/shell.c:13862–13864  ·  view source on GitHub ↗

** Free a bitmap object allocated by recoverBitmapAlloc(). */

Source from the content-addressed store, hash-verified

13860** Free a bitmap object allocated by recoverBitmapAlloc().
13861*/
13862static void recoverBitmapFree(RecoverBitmap *pMap){
13863 sqlite3_free(pMap);
13864}
13865
13866/*
13867** Set the bit associated with page iPg in bitvec pMap.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected