Home | History | Annotate | Download | only in mjsunit

Lines Matching full:nbytes

5020 "#define MALLOC_COPY(dest, src, nbytes)  memcpy(dest, src, nbytes)\n" +
5021 "#define MALLOC_ZERO(dest, nbytes) memset(dest, 0, nbytes)\n" +
5027 "#define MALLOC_ZERO(charp, nbytes) \\n" +
5030 " CHUNK_SIZE_T mctmp = (nbytes)/sizeof(INTERNAL_SIZE_T); \\n" +
5045 "#define MALLOC_COPY(dest,src,nbytes) \\n" +
5049 " CHUNK_SIZE_T mctmp = (nbytes)/sizeof(INTERNAL_SIZE_T); \\n" +