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

  /system/core/sh/
memalloc.c 108 #define MINSIZE 504 /* minimum size of a block */
112 char space[MINSIZE];
119 int stacknleft = MINSIZE;
134 if (blocksize < MINSIZE)
135 blocksize = MINSIZE;
137 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize);
218 sizeof(struct stack_block) - MINSIZE + newlen);
init.c 273 #undef MINSIZE
274 #define MINSIZE 504 /* minimum size of a block */
565 #undef MINSIZE
566 #define MINSIZE 504 /* minimum size of a block */
853 #undef MINSIZE
854 #define MINSIZE 504 /* minimum size of a block */
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 176 milliseconds