Home | History | Annotate | Download | only in src

Lines Matching full:magic

352   Causes malloc to use /dev/random to initialize secure magic seed for
1153 #include <time.h> /* for magic initialization */
1386 * magic_init_mutex ensures that mparams.magic and other
1883 /* The mmap magic is supposed to store the address of the executable
1987 Magic tag
1988 A cross-check field that should always hold same value as mparams.magic.
2021 size_t magic;
2044 size_t magic;
2385 /* Check if (alleged) mstate m has expected magic field */
2386 #define ok_magic(M) ((M)->magic == mparams.magic)
2427 (((mchunkptr)((char*)(p) + (s)))->prev_foot = ((size_t)(M) ^ mparams.magic))
2431 (chunksize(p))))->prev_foot ^ mparams.magic))
2487 if (mparams.magic == 0) {
2488 mparams.magic = s;
3490 m->magic = mparams.magic;
4416 m->magic = mparams.magic;