Lines Matching refs:malloc

3581 // wuffs_base__malloc_slice_uxx wraps calling a malloc-like function, except
3586 // You can pass the C stdlib's malloc as the malloc_func.
6385 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and
6669 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and
6953 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and
7141 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and
7401 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and
7631 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and
8009 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and
8279 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and
8550 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and
8810 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and
9098 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and
9519 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and
9864 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and
10187 // Use malloc or memcpy and the sizeof__wuffs_foo__bar function instead, and
10326 // (e.g. from malloc or new) is typically paired with free or delete, invoked
10359 // also equal to the m_buf.data.ptr malloc/realloc size.
10564 // AllocPixbufResult holds a memory allocation (the result of malloc or new,
10576 // AllocWorkbufResult holds a memory allocation (the result of malloc or new,
44742 allow_uninitialized_memory ? malloc((size_t)len) : calloc((size_t)len, 1);
44767 allow_uninitialized_memory ? malloc((size_t)len) : calloc((size_t)len, 1);