Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:user

3507 "static int cpuinfo (int whole, unsigned long*kernel, unsigned long*user);\n" +
3565 " malloc will often die when freed memory is overwritten by user\n" +
4486 " zero even when no user-level chunks are allocated.\n" +
5154 " | User data starts here... .\n" +
5165 " user. \"Nextchunk\" is the beginning of the next contiguous chunk.\n" +
5168 user) is also on an even word boundary, and\n" +
5223 "/* conversion from malloc headers to user pointers, and back */\n" +
5802 " are not true, it's very likely that a user program has somehow\n" +
6010 " This may be useful for debugging malloc, as well as detecting user\n" +
7139 " true, then user must have overwritten memory. There's nothing\n" +
7291 " Void_t* newmem; /* corresponding user mem */\n" +
7492 " /* If !HAVE_MMAP, but chunk_is_mmapped, user must have overwritten mem */\n" +
8021 " CHUNK_SIZE_T kernel, user;\n" +
8022 " if (cpuinfo (TRUE, &kernel, &user)) {\n" +
8025 " fprintf(stderr, \"user ms = %10lu\\n\",\n" +
8026 " user);\n" +
8689 "static int cpuinfo (int whole, CHUNK_SIZE_T *kernel, CHUNK_SIZE_T *user) {\n" +
8699 " *user = 0;\n" +
8703 " *user = (CHUNK_SIZE_T) (user64 / 10000);\n" +
8714 " *user = 0;\n" +
8718 " *user = (CHUNK_SIZE_T) (user64 / 10000);\n" +