OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zombieCount
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/mac/
objc_zombie.h
24
// |
zombieCount
| controls how many zombies to store before freeing the
27
bool ZombieEnable(bool zombieAllObjects, size_t
zombieCount
);
/external/chromium/chrome/browser/ui/cocoa/
objc_zombie.h
25
// |
zombieCount
| controls how many zombies to store before freeing the
28
BOOL ZombieEnable(BOOL zombieAllObjects, size_t
zombieCount
);
/libcore/luni/src/test/java/tests/api/java/lang/
ProcessTest.java
42
int
zombieCount
= 0;
45
++
zombieCount
;
48
assertEquals(0,
zombieCount
);
Completed in 77 milliseconds