代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/247565/12641995
h alloc.h
#ifndef PROCPS_PROC_ALLOC_H
#define PROCPS_PROC_ALLOC_H
#include "procps.h"
EXTERN_C_BEGIN
extern void *xrealloc(void *oldp, unsigned int size) MALLOC;
extern void *xmalloc(unsigned int size) MALLO
www.eeworm.com/read/134198/14001957
c mem.c
/*
Copyright (C) 2002, 2003 Slava Astashonok
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License.
$Id: mem.c,v 1
www.eeworm.com/read/133735/14028842
c svm_learn.c
/***********************************************************************/
/* */
/* svm_learn.c
www.eeworm.com/read/204429/15339845
c http.c
/*-*-linux-c-*-*/
/*
* gnewtellium - Newtella for Unix
* Copyright (C) 2001 Elias Athanasopoulos
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/202662/15377180
h scoped_ptr.h
#ifndef SCOPED_PTR_H
#define SCOPED_PTR_H
// (C) Copyright Greg Colvin and Beman Dawes 1998, 1999.
// Copyright (c) 2001, 2002 Peter Dimov
//
// Permission to copy, use, modify, sell and distribut
www.eeworm.com/read/202479/15382152
c re.c
/*
re.c.
Regular expression processing for ksymoops.
Copyright 1999 Keith Owens .
Released under the GNU Public Licence, Version 2.
*/
#include "ksymoops.h"
#incl
www.eeworm.com/read/201789/15396589
c svm_learn.c
/***********************************************************************/
/* */
/* svm_learn.c
www.eeworm.com/read/108518/15584645
c mpeg2dec.c
/*
* Copyright (C) Chia-chen Kuo - Jan 2001
*
* This file is part of DVD2AVI, a free MPEG-2 decoder
*
* DVD2AVI is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/240248/4576126
h kssldefs.h
#ifndef __kssldefs_h
#define __kssldefs_h
#include
#ifdef HAVE_OLD_SSL_API
#define OPENSSL_malloc Malloc
#define OPENSSL_malloc_locked Malloc_locked
#define OPENSSL_realloc Realloc
#define
www.eeworm.com/read/340665/3270944
c mtrim.c
#ifndef MALLOC_PROVIDED
/* mtrim.c -- a wrapper for malloc_trim. */
#include
#include
#include
#include
#ifndef _REENT_ONLY
int
_DEFUN (malloc_trim, (pad)