Home | History | Annotate | Download | only in mjsunit

Lines Matching full:malloc_chunk

5120 "struct malloc_chunk {\n" +
5125 " struct malloc_chunk* fd; /* double links -- used only if free. */\n" +
5126 " struct malloc_chunk* bk;\n" +
5130 "typedef struct malloc_chunk* mchunkptr;\n" +
5133 " malloc_chunk details:\n" +
5229 "#define MIN_CHUNK_SIZE (sizeof(struct malloc_chunk))\n" +
5299 "/* Ptr to next physical malloc_chunk. */\n" +
5302 "/* Ptr to previous physical malloc_chunk */\n" +
5386 " as a malloc_chunk. This avoids special-casing for headers.\n" +
5389 " to treat these as the fields of a malloc_chunk*.\n" +
5392 "typedef struct malloc_chunk* mbinptr;\n" +
5581 "typedef struct malloc_chunk* mfastbinptr;\n" +