代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/391269/2520812
c malloc.c
/* malloc() function that is glibc compatible.
Copyright (C) 1997, 1998, 2006, 2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it un
www.eeworm.com/read/389922/2529896
c malloc.c
/**********************************************************/
/*
/* This was file READ_ME
/*
/**********************************************************/
/*
PROGRAM
malloc(), free(), realloc()
www.eeworm.com/read/389922/2530746
c malloc.c
/* $Header$ */
/* replace undef by define */
#undef DEBUG /* check assertions */
#undef SLOWDEBUG /* some extra test loops (requires DEBUG) */
#include
#include
#include
www.eeworm.com/read/386455/2571269
c malloc.c
#include "../inc/sysconfig.h"
#if defined(_USE_OWN_MALLOC) && (USE_MINIGUI==0)
#ifndef ENOMEM
#define ENOMEM 12
#endif
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug
www.eeworm.com/read/384879/2596575
c malloc.c
#include
#include
void main(void)
{
char *string;
int *int_values;
float *float_values;
if ((string = (char *) malloc(50)))
printf("Successfully alloc
www.eeworm.com/read/384220/2602853
h malloc.h
/*
* malloc.h
*
* Support for programs which want to use malloc.h to get memory management
* functions. Unless you absolutely need some of these functions and they are
* not in the ANSI headers y
www.eeworm.com/read/383940/2605961
nc malloc.nc
/*
* Copyright (c) 2008 Stanford University.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followin
www.eeworm.com/read/383898/2610263
h malloc.h
/* malloc.h
memory management functions and variables.
Copyright (c) 1991 by Borland International
All Rights Reserved.
*/
#if !defined(__MALLOC_H)
#define __MALLOC_H
#if !
www.eeworm.com/read/382594/2630062
dsp malloc.dsp
# Microsoft Developer Studio Project File - Name="Malloc" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/382594/2630084
malloc gnumakefile.malloc
# -*- Makefile -*-
#----------------------------------------------------------------------------
# GNU Makefile
#
# @file GNUmakefile.Malloc
#
# gnu.mpd,v 1.148 2006/04/03 12:12:54 elliott