代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/389295/8534975
c mymalloc.c
/*
* The Sleuth Kit
*
*
* Brian Carrier [carrier sleuthkit [dot] org]
* Copyright (c) 2006-2008 Brian Carrier, Basis Technology. All rights reserved.
*/
/** \file mymalloc.c
* These fun
www.eeworm.com/read/188503/8535210
c y4minterlace.c
/*
* $Id: y4minterlace.c,v 1.2 2004/10/09 05:18:05 sms00 Exp $
*
* A simple program to generate interlaced output from progressive input by
* using one field from each of two frames and reducing t
www.eeworm.com/read/289579/8541830
c 单链表2.c
#include
#include
struct node{
int key;
struct node *next;
};
void creat_link(struct node *);
main()
{
struct node *head=NULL;
creat_li
www.eeworm.com/read/289455/8550093
h local.h
#include
#include
#include "util.h"
#include "lintok.h"
#if defined(LIBARRAY_NOT_INSTALLED)
typedef double *doublearray1d;
#define da1d_new(n) ((double *) malloc((n) * siz
www.eeworm.com/read/289455/8550105
h local.h
#include
#include
#include "util.h"
#include "lintok.h"
#if defined(LIBARRAY_NOT_INSTALLED)
typedef double *doublearray1d;
#define da1d_new(n) ((double *) malloc((n) * siz
www.eeworm.com/read/188087/8573194
c svd.c
#include "stdio.h"
#include "stdlib.h"
#include "mpi.h"
#include "math.h"
#include "string.h"
#define E 0.0001
#define intsize sizeof(int)
#define floatsize sizeof(float)
#define A(x,y) A[x*col+y]
www.eeworm.com/read/188087/8573529
c single.c
#include "stdio.h"
#include "stdlib.h"
#include "mpi.h"
#include "math.h"
#include "string.h"
#define E 0.0001
#define intsize sizeof(int)
#define floatsize sizeof(float)
#define A(x,y) A[x*col+y]
#de
www.eeworm.com/read/432213/8619313
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/288515/8627507
c coeff.c
#include "wm.h"
#include "coeff.h"
double **alloc_coeffs(int cols, int rows) {
double **p;
int i;
p = (double **)malloc(rows * sizeof(double *));
if (!p) {
#ifdef DEBUG
fprintf(stderr, "a
www.eeworm.com/read/387631/8661849
c multi_dec.c
/************************************************************************
* *
* multi_dec.c Test opendivx decoding by several