HomeSort by relevance Sort by last modified time
    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 1074 milliseconds