Searched refs:mem0 (Results 1 – 13 of 13) sorted by relevance
45 .global mem0 symbol46 mem0: .space 1 label151 mov.w r0,mem0
83 Anything bigger than 16 bits is returned in memory, at mem0 (mem0127 | saved regs mem0..mem15
261 ; TRUE for mem0
29991 } mem0 = { 0, SQLITE_MAX_MEMORY, SQLITE_MAX_MEMORY, 0 }; variable29993 #define mem0 GLOBAL(struct Mem0Global, mem0) macro29999 return mem0.mutex; in sqlite3MallocMutex()30039 sqlite3_mutex_enter(mem0.mutex); in sqlite3_soft_heap_limit64()30040 priorLimit = mem0.alarmThreshold; in sqlite3_soft_heap_limit64()30042 sqlite3_mutex_leave(mem0.mutex); in sqlite3_soft_heap_limit64()30045 if( mem0.hardLimit>0 && (n>mem0.hardLimit || n==0) ){ in sqlite3_soft_heap_limit64()30046 n = mem0.hardLimit; in sqlite3_soft_heap_limit64()30048 mem0.alarmThreshold = n; in sqlite3_soft_heap_limit64()30050 AtomicStore(&mem0.nearlyFull, n>0 && n<=nUsed); in sqlite3_soft_heap_limit64()[all …]
2680 The memory-based pseudo-registers $mem0 through $mem15.
23260 The memory-based pseudo-registers $mem0 through $mem15.
39871 The memory-based pseudo-registers $mem0 through $mem15.
2688 The memory-based pseudo-registers $mem0 through $mem15.
24299 The memory-based pseudo-registers $mem0 through $mem15.
43582 The memory-based pseudo-registers $mem0 through $mem15.