Home
last modified time | relevance | path

Searched defs:nAlloc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d1573 const nAlloc = length * T.sizeof; in makeArray() local
1579 const nAlloc = mulu(length, T.sizeof, overflow); in makeArray() local
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c1898 int nAlloc; member
6357 unsigned nAlloc; /* Slots allocated for aOp[] and aArg[] */ member
10121 sqlite3_int64 nAlloc; in zipfileGetEntry() local
10297 sqlite3_int64 nAlloc; in zipfileDeflate() local
11234 int nAlloc; /* Byte allocated at a[] */ member
15998 i64 nAlloc = nMax * nText + (nMax+64)*2; in recoverEscapeCrnl() local
20194 int nAlloc = 0; /* Allocated size of p->aiIndent[], abYield */ in explain_data_prepare() local
20603 sqlite3_int64 nAlloc = 0; in exec_prepared_stmt_columnar() local
21216 int nAlloc = 0; in tableColumnList() local
22611 int nAlloc; /* Space allocated for z[] */ member
[all …]
H A Dsqlite3.c19109 int nAlloc; /* Number of a[] slots allocated */ member
19259 u32 nAlloc; /* Number of entries allocated in a[] below */ member
20034 u32 nAlloc; /* Amount of space allocated in zText */ member
26773 int nAlloc[NCSIZE]; /* Total number of allocations */ member
27984 u64 nAlloc; /* Total number of calls to malloc */ member
28372 int nAlloc = (1<<ii); in memsys5Init() local
36403 sqlite3_int64 nAlloc = (pIn ? 2*(sqlite3_int64)pIn[0] : 10) + nInt; local