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

  /art/test/061-out-of-memory/src/
Main.java 72 final int LINK_SIZE = 6 * 4; // estimated size of a LinkedList's node
79 while (objSize >= LINK_SIZE) {
  /external/pcre/include_internal/
config.h 134 /* The value of LINK_SIZE determines the number of bytes used to store links
139 #ifndef LINK_SIZE
140 #define LINK_SIZE 2
  /external/pcre/dist2/src/
pcre2_intmodedep.h 96 The macros are controlled by the value of LINK_SIZE. This defaults to 2, but
103 #if LINK_SIZE == 2
111 #elif LINK_SIZE == 3
120 #elif LINK_SIZE == 4
131 #error LINK_SIZE must be 2, 3, or 4
139 #if LINK_SIZE == 2
140 #undef LINK_SIZE
141 #define LINK_SIZE 1
148 #elif LINK_SIZE == 3 || LINK_SIZE ==
    [all...]

Completed in 99 milliseconds