Home | History | Annotate | Download | only in mjsunit

Lines Matching full:malloc_state

3986 "  cached during initialization into a field of malloc_state. So even\n" +
5344 " All internal state is held in an instance of malloc_state defined\n" +
5669 "struct malloc_state {\n" +
5713 "typedef struct malloc_state *mstate;\n" +
5718 " malloc_state, you MUST explicitly zero-fill it before using. This\n" +
5719 " malloc relies on the property that malloc_state is initialized to\n" +
5723 "static struct malloc_state av_; /* never directly referenced */\n" +
5736 " Initialize a malloc_state struct.\n" +
6008 " Properties of malloc_state.\n" +
6011 " programmer errors that somehow write into malloc_state.\n" +