代码搜索:malloc

找到约 10,000 项符合「malloc」的源代码

代码结果 10,000
www.eeworm.com/read/229812/4744771

c _heapchk.c

#include #include void main() { char *buffer; buffer = (char *)malloc( 80 ); malloc( 1024 ); free( buffer ); switch( _heapchk() ) { case _HE
www.eeworm.com/read/176125/5340573

c dlmalloc.c

#if 0 /* Moved to malloc.h */ /* ---------- To make a malloc.h, start cutting here ------------ */ /* A version of malloc/free/realloc written by Doug Lea and released to the public domain. Send
www.eeworm.com/read/414420/2148412

c dlmalloc.c

#include #if 0 /* Moved to malloc.h */ /* ---------- To make a malloc.h, start cutting here ------------ */ /* A version of malloc/free/realloc written by Doug Lea and released to the
www.eeworm.com/read/411990/2178351

svn-base dlmalloc.c.svn-base

#if 0 /* Moved to malloc.h */ /* ---------- To make a malloc.h, start cutting here ------------ */ /* A version of malloc/free/realloc written by Doug Lea and released to the public domain. Send
www.eeworm.com/read/408818/2244018

c dlmalloc.c

#if 0 /* Moved to malloc.h */ /* ---------- To make a malloc.h, start cutting here ------------ */ /* A version of malloc/free/realloc written by Doug Lea and released to the public domain. Send
www.eeworm.com/read/305712/3770414

in configure.in.in

dnl --enable-fast-malloc - depends on $KDE_MALLOC dnl --disable-fast-malloc - disabled dnl --enable-fast-malloc=full - enabled always dnl dnl gcc3.0 needs -finline-limit=100000 (large num) k
www.eeworm.com/read/188503/8534271

c main.c

/*********************************************************** * YUVDENOISER for the mjpegtools * * ------------------------------------------------------- * * (C) 2001-2004
www.eeworm.com/read/289495/8547826

c svm_learn.c

/***********************************************************************/ /* */ /* svm_learn.c
www.eeworm.com/read/188087/8573606

c qr_value.c

#include "stdio.h" #include "stdlib.h" #include "mpi.h" #include "math.h" #define E 0.0001 #define intsize sizeof(int) #define floatsize sizeof(float) #define a(x,y) a[x*M+y] #define q(x,y) q[x*M+y] #
www.eeworm.com/read/287849/8664399

cpp coarq5.cpp

//说明: 利用SRtoDselective.cpp->S和R写作向D传数据。并且SD的穿孔模式可以选择.在它的基础上,来寻找循环条件 //任务:重传时选择S or R //问题:es_n0为负数不行 // pingtai.cpp : Defines the entry point for the console application. // //#include "st