OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_allocated
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/coregrind/
m_cache.c
52
static UInt
num_allocated
= 0;
local
54
if (ci->num_caches ==
num_allocated
) {
55
num_allocated
+= 6;
57
num_allocated
* sizeof *ci->caches);
/toolchain/binutils/binutils-2.25/gas/
ecoff.c
804
unsigned long
num_allocated
; /* # objects allocated */
819
0, /*
num_allocated
*/ \
802
unsigned long
num_allocated
; \/* # objects allocated *\/
member in struct:varray
[
all
...]
Completed in 3272 milliseconds