OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entryAlloc
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/
AtomicCache.cpp
50
newCache->
entryAlloc
= calloc(1,
52
if (newCache->
entryAlloc
== NULL) {
64
(((int) newCache->
entryAlloc
+ CPU_CACHE_WIDTH_1) & ~CPU_CACHE_WIDTH_1);
75
free(cache->
entryAlloc
);
AtomicCache.h
52
void*
entryAlloc
; /* memory allocated for entries */
Completed in 43 milliseconds