Lines Matching refs:malloc
125 // potential for |malloc()|.
306 // DANGER: no calls to malloc are allowed from now on:
574 // any hidden calls to malloc.
576 reinterpret_cast<void*>(reinterpret_cast<intptr_t>(malloc) & ~4095);
578 memset(reinterpret_cast<void*>(malloc), 0xff, 8);
581 // DANGER: no calls to malloc are allowed from now on:
592 // fd_shuffle1 is mutated by this call because it cannot malloc.
908 // DANGER: no calls to malloc are allowed from now on: