Searched refs:mem3 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Libc-1044.1.2/gen/
H A Dfts.c163 goto mem3;
202 goto mem3;
218 mem3: fts_lfree(root);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c15500 /************** Begin file mem3.c ********************************************/
15564 ** We often identify a chunk by its index in mem3.aPool[]. When
15572 ** Pointers to the head of the list are stored in mem3.aiSmall[]
15573 ** for smaller chunks and mem3.aiHash[] for larger chunks.
15587 u32 next; /* Index in mem3.aPool[] of next free chunk */
15588 u32 prev; /* Index in mem3.aPool[] of previous free chunk */
15595 ** into a single structure named "mem3". This is to keep the
15638 } mem3 = { 97535575 }; variable in typeref:struct:Mem3Global
15640 #define mem3 GLOBAL(struct Mem3Global, mem3) macro
[all...]

Completed in 400 milliseconds