代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/182103/5266492
c rtems_bsdnet_malloc_starvation.c
/*
* Routine called when malloc() is not succeeding. This can be overridden
* by a BSP.
*
* $Id*
*/
#include
#include
void
rtems_bsdnet_malloc_starvation(vo
www.eeworm.com/read/162614/5526327
f90 malloc_free_1.f90
! Test for the MALLOC and FREE intrinsics
! If something is wrong with them, this test might segfault
! { dg-do run }
integer j
integer(kind=8) i8
do j = 1, 10000
i8 = malloc (10 * j)
c