代码搜索:realloc

找到约 1,059 项符合「realloc」的源代码

代码结果 1,059
www.eeworm.com/read/117724/14907346

pl gen_realloc2.pl

#!/usr/bin/perl $out_filename = "realloc2.rep"; $realloc_size = 4092; $size_increment = 5; $malloc_size = 16; $num_iters = 4800; # Open output file open OUTFILE, ">$out_filename" or die "Cannot crea
www.eeworm.com/read/393688/2472718

f90 realloc4.f90

#include #include subroutine realloc4(grlps1 ,grt1 ,grq1 ,grz1 ,grd1 , & grfu1 ,grfv1 ,grlps2 ,grt2 ,grq2 , & grz
www.eeworm.com/read/393688/2472741

f90 realloc3.f90

#include #include subroutine realloc3(grlps1 ,grt1 ,grq1 ,grz1 ,grd1 , & grfu1 ,grfv1 ,grlps2 ,grt2 ,grq2 , & grz2
www.eeworm.com/read/393688/2472744

f90 realloc7.f90

#include #include subroutine realloc7 (vmax2d ,vmax2dt ,vcour ) #ifdef SPMD !----------------------------------------------------------------------- ! ! Purpose: ! Reallocation
www.eeworm.com/read/393688/2472757

f90 realloc6.f90

#include #include subroutine realloc6 #ifdef SPMD !----------------------------------------------------------------------- ! ! Purpose: ! Reallocation routine for spectral progno
www.eeworm.com/read/393688/2472824

f90 realloc4.f90

#include #include subroutine realloc4(grlps1 ,grt1 ,grz1 ,grd1 ,grfu1 , & grfv1 ,grut1 ,grvt1 ,grrh1 ,grlps2 , & grt2
www.eeworm.com/read/393688/2472852

f90 realloc3.f90

#include #include subroutine realloc3(grlps1 ,grt1 ,grz1 ,grd1 ,grfu1 , & grfv1 ,grut1 ,grvt1 ,grrh1 ,grlps2 , & grt2
www.eeworm.com/read/393688/2472855

f90 realloc7.f90

#include #include subroutine realloc7 (vmax2d, vmax2dt, vcour) !----------------------------------------------------------------------- ! ! Purpose: ! ! Method: ! ! Author:
www.eeworm.com/read/393688/2472867

f90 realloc6.f90

#include #include subroutine realloc6 !----------------------------------------------------------------------- ! ! Purpose: ! Reallocation routine for spectral prognostics. !
www.eeworm.com/read/375619/9355615

h stdlib.h

extern char *malloc(); extern char *realloc();