Searched refs:heap (Results 151 - 151 of 151) sorted by relevance

1234567

/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c1837 ** [sqlite3_malloc|heap allocations].
1838 ** This can help [Robson proof|prevent memory allocation failures] due to heap
2028 ** that specifies the maximum size of the created heap.
4375 ** undesirable behavior such as segfaults and heap corruption.
5503 ** of heap memory by deallocating non-essential memory allocations
5519 ** ^The sqlite3_db_release_memory(D) interface attempts to free as much heap
5533 ** soft limit on the amount of heap memory that may be allocated by SQLite.
5534 ** ^SQLite strives to keep heap memory utilization below the soft heap
5536 ** as heap memor
55490 u32 *heap; /* Min-heap used for analyzing cell coverage */ member in struct:IntegrityCk
64884 u32 *heap = 0; /* Min-heap used for checking cell coverage */ local
[all...]

Completed in 267 milliseconds

1234567