Home | History | Annotate | Download | only in mjsunit

Lines Matching full:array_size

7740 "  INTERNAL_SIZE_T array_size;     /* request size of pointer array */\n" +
7758 " array_size = 0;\n" +
7765 " array_size = request2size(n_elements * (sizeof(Void_t*)));\n" +
7782 " size = contents_size + array_size - MALLOC_ALIGN_MASK;\n" +
7802 " MALLOC_ZERO(mem, remainder_size - SIZE_SZ - array_size);\n" +