OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeAllocation
(Results
1 - 2
of
2
) sorted by null
/art/test/NativeAllocations/
NativeAllocations.java
27
static class
NativeAllocation
{
30
NativeAllocation
(int bytes) throws Exception {
58
NativeAllocation
[] allocations = new
NativeAllocation
[count];
60
allocations[i % count] = new
NativeAllocation
(size);
/dalvik/tests/098-native-allocations/src/
Main.java
27
static class
NativeAllocation
{
30
NativeAllocation
(int bytes) throws Exception {
58
NativeAllocation
[] allocations = new
NativeAllocation
[count];
60
allocations[i % count] = new
NativeAllocation
(size);
Completed in 22 milliseconds