代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/100237/15879789
readme
# (c) Copyright 1990 Conor P. Cahill. (uunet!virtech!cpcahil)
# You may copy, distribute, and use this software as long as this
# copyright statement is not removed.
This package is a collection of
www.eeworm.com/read/147331/5731797
c mallocr.c
#include
void *
_malloc_r (struct _reent *ptr, size_t size)
{
return malloc (size);
}
www.eeworm.com/read/124347/6051259
c mallocr.c
#include
void *
_malloc_r (struct _reent *ptr, size_t size)
{
return malloc (size);
}
www.eeworm.com/read/167046/5470938
makefile
# Makefile for uClibc
#
# Copyright (C) 2002,03 NEC Electronics Corporation
# Copyright (C) 2002,03 Miles Bader
#
# This program is free software; you can redistribute it and/or modi
www.eeworm.com/read/100237/15879799
c free.c
/*
* (c) Copyright 1990 Conor P. Cahill (uunet!virtech!cpcahil).
* You may copy, distribute, and use this software as long as this
* copyright statement is not removed.
*/
#include
#in
www.eeworm.com/read/147331/5732078
am makefile.am
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus
# hack: putting $(newlib_basedir)/libm/common into INCLUDES forces automake
# to output a definition for newlib_b
www.eeworm.com/read/124347/6051539
am makefile.am
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus
# hack: putting $(newlib_basedir)/libm/common into INCLUDES forces automake
# to output a definition for newlib_b
www.eeworm.com/read/391748/8380510
c realloc.c
/* realloc() function that is glibc compatible.
Copyright (C) 1997, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
www.eeworm.com/read/182767/9192157
c xmalloc.c
/* Wrappers around malloc and memory debugging support.
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Wget.
GNU Wget is free software; you can redistribute it and/or