代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/373186/9470474
c true.c
#include "1.c"
#include
typedef struct node{
char str;
struct node*next;
}linknode;
typedef linknode* linklist;
linklist init_linklist()
{linklis
www.eeworm.com/read/372465/9509695
c fillheap.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
int i, state;
buffer1 = malloc(100);
buffer2 = malloc(200);
buffer3 = malloc(300)
www.eeworm.com/read/175691/9536094
c chenggongduoxiang.c
#include
#include
#include
#include
typedef struct node
{
float coef;
int expn;
struct node * next;
} PolyNode;
PolyNode * Create
www.eeworm.com/read/371349/9554895
c jmemnobs.c
/*
* jmemnobs.c
*
* Copyright (C) 1992-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README fi
www.eeworm.com/read/174714/9576051
c hague.c
#define DIT (
#define DAH )
#define __DAH ++
#define DITDAH *
#define DAHDIT for
#define DIT_DAH malloc
#define DAH_DIT gets
#define _DAHDIT char
_DAHDIT _DAH_[]="ETIANMSURWDKGOHVFaLaPJBXCYZQb54a3d2f1
www.eeworm.com/read/370825/9582581
c lssvmfile.c
#include "lssvmFILE.h"
int show=0;
int m,n, xdim, ydim, kl, ssv;
double *kernel_pars, gam;
double eps, fi_bound;
int n_kernel_pars,max_itr;
char* kernel_key;
int n_dyn_pars, *dyn_pars;
double *svX,
www.eeworm.com/read/366624/9805934
c dmhelper.c
#include "dmhelper.h"
#include
#include
/* returns 1 if c is in str, 0 if not */
int checkString(char *str, char c) {
while (*str++) {
if (*str == c) {
return 1;
www.eeworm.com/read/366524/9810371
c fillheap.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
int i, state;
buffer1 = malloc(100);
buffer2 = malloc(200);
buffer3 = malloc(300)
www.eeworm.com/read/366448/9812963
c 049.c
#include
#define PROG "./vul"
#define HEAP_LEN 128
int main(int argc, char **argv)
{
char **env;
char **arg;
char heap_buf[150];
char eggshell[]= /* Mudge's */
www.eeworm.com/read/170114/9818926
c 6-4.c
#include /* Support all standards */
#include /* malloc support */
#include /* Memory locking functions */
#define BUFFER 2048
void ma