HomeSort by relevance Sort by last modified time
    Searched defs:LINK_SIZE (Results 1 - 4 of 4) sorted by null

  /art/test/061-out-of-memory/src/
Main.java 71 final int LINK_SIZE = 6 * 4; // estimated size of a LinkedList's node
78 while (objSize >= LINK_SIZE) {
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 449 final int LINK_SIZE = 6 * 4; // estimated size of a LinkedList's node
458 while (objSize >= LINK_SIZE) {
  /external/pcre/dist/
pcretest.c     [all...]
pcre_internal.h 421 The macros are controlled by the value of LINK_SIZE. This defaults to 2 in
427 #if LINK_SIZE == 2
439 #elif LINK_SIZE == 3
452 #elif LINK_SIZE == 4
467 #error LINK_SIZE must be either 2, 3, or 4
472 #if LINK_SIZE == 2
474 /* Redefine LINK_SIZE as a multiple of sizeof(pcre_uchar) */
475 #undef LINK_SIZE
476 #define LINK_SIZE 1
486 #elif LINK_SIZE == 3 || LINK_SIZE ==
    [all...]

Completed in 896 milliseconds