代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/100603/6266128

c prmalloc.c

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/100285/6271559

h palloc.h

/*------------------------------------------------------------------------- * * palloc.h * POSTGRES memory allocator definitions. * * * Copyright (c) 1994, Regents of the University of Califor
www.eeworm.com/read/100043/6275016

c util.c

/* * $Id: util.c,v 1.65.2.1 1999/02/12 19:38:16 wessels Exp $ * * DEBUG: * AUTHOR: Harvest Derived * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ * ---------------------------
www.eeworm.com/read/202502/6301067

c gsm_crea.c

/* * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/486992/6522154

h zport.h

#ifndef ZPORT_H #define ZPORT_H #define ZD_FILESAVE #ifdef ZD_FILESAVE /* XXX */ //#define zMalloc Malloc //#define zFree Free #define zMalloc #define zFree(x) #endif #endif
www.eeworm.com/read/486342/6539560

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/486343/6540090

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 READ
www.eeworm.com/read/482624/6620015

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/481567/6643622

c os.c

/* ** 2005 November 29 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgivene
www.eeworm.com/read/481239/6645647

c fillheap.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; int i, state; buffer1 = malloc(100); buffer2 = malloc(200); buffer3 = malloc(300)