Searched refs:Lookaside (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sparc/
H A Dmembar.s5 membar #Sync|#MemIssue|#Lookaside|#StoreStore|#LoadStore|#StoreLoad|#LoadLoad
8 membar #Lookaside
H A Dmembar.d11 4: 81 43 e0 7f membar #Sync|#MemIssue|#Lookaside|#StoreStore|#LoadStore|#StoreLoad|#LoadLoad
12 8: 81 43 e0 7f membar #Sync|#MemIssue|#Lookaside|#StoreStore|#LoadStore|#StoreLoad|#LoadLoad
15 14: 81 43 e0 10 membar #Lookaside
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/
H A Dbind.keys5 # the ISC DNSSEC Lookaside Validation zone ("dlv.isc.org"). Trust anchors
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c1043 fprintf(pArg->out, "Lookaside Slots Used: %d (max %d)\n", iCur, iHiwtr);
1047 fprintf(pArg->out, "Lookaside failures due to size: %d\n", iHiwtr);
1049 fprintf(pArg->out, "Lookaside failures due to OOM: %d\n", iHiwtr);
1063 fprintf(pArg->out, "Statement Heap/Lookaside Usage: %d bytes\n", iCur);
H A Dsqlite3.c8099 typedef struct Lookaside Lookaside; typedef in typeref:struct:Lookaside
9608 ** Lookaside malloc is a set of fixed-size buffers that can be used
9615 ** The Lookaside structure holds configuration information about the
9620 ** Lookaside allocations are only allowed for objects that are associated
9624 ** schema information, the Lookaside.bEnabled flag is cleared so that
9627 struct Lookaside { struct
9738 Lookaside lookaside; /* Lookaside malloc configuration */
[all...]

Completed in 393 milliseconds