代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/289126/3995704
c sflsq.c
/*
* sflsq.c
*
* Simple list, stack, queue, and dictionary implementations
* ( most of these implementations are list based - not performance monsters,
* and they all use malloc via s_m
www.eeworm.com/read/135531/13923268
c fortify.c
/*
* FILE:
* fortify.c
*
* DESCRIPTION:
* A fortified shell for malloc, realloc, calloc, strdup, getcwd, tempnam
* and free.
* To use Fortify, each source file will need to #inclu
www.eeworm.com/read/237675/13939079
c matrixjpl.c
#include
#include
#include
#include
#include "matrixjpl.h"
/*-------------------------------------------------------------------------*/
void vextrac
www.eeworm.com/read/133382/14046793
cpp big.cpp
#include
#include
#include
#include
#include "big.h"
/*---------------------------------*/
big::big()
{
}
/*------------------------------
www.eeworm.com/read/235522/14065456
h boundedbuffer.h
#include "synch-sleep.h"
#include
class BoundedBuffer {
public:
// create a bounded buffer with a limit of 'maxsize' bytes
BoundedBuffer(int maxsize);
~BoundedBuffer()
www.eeworm.com/read/106791/15622030
cpp fft.cpp
# include
# include
# include
# include
//////////////////////////////////////////////////////////
// internal definitions
#define PI (double)3.1415
www.eeworm.com/read/106791/15622038
cpp fft.cpp
# include
# include
# include
# include
//////////////////////////////////////////////////////////
// internal definitions
#define PI (double)3.1415
www.eeworm.com/read/106068/15648118
cpp simplewin.cpp
// WindowExample.cpp : Defines the entry point for the application.
////////////////////////////////////////////////
#include "windows.h"
//#include
//#include
//#include
www.eeworm.com/read/101208/15841419
c optimize.c
/*@A (C) 1992 Allen I. Holub */
#include /* for UNIX */
typedef struct node
{
char name[16];
int op;
www.eeworm.com/read/133772/5901980
bsd_file_list
sys/domain.h include/sys/domain.h
sys/errno.h include/sys/errno.h
sys/ioccom.h include/sys/ioccom.h
sys/ioctl.h include/sys/ioctl.h
sys/malloc.h include/sys/malloc.h
sys/mbuf.h include/sys/mbuf.h