代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/120486/14801953
cpp malloc.cpp
// malloc.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "malloc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/120486/14801954
rc malloc.rc
//Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
//
www.eeworm.com/read/120486/14801955
dsw malloc.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/120486/14801960
clw malloc.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "malloc.h"
LastPa
www.eeworm.com/read/119982/14814635
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/119273/14834905
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/218591/14914380
c malloc.c
/*
* malloc.c --- a general purpose kernel memory allocator for Linux.
*
* Written by Theodore Ts'o (tytso@mit.edu), 11/29/91
*
* This routine is written to be as fast as possible, so that it
* can be
www.eeworm.com/read/116887/14951178
c malloc.c
www.eeworm.com/read/116285/14979718
h malloc.h
#ifndef _Imalloc
#define _Imalloc
#ifdef __cplusplus
extern "C" {
#if defined(__VERSION_NUMBER__) && (__VERSION_NUMBER__ >= 4400)
namespace std {
#endif
#endif
#define M_MXFAST 1
#define
www.eeworm.com/read/116285/14979744
h malloc.h
#ifndef _Imalloc
#define _Imalloc
#ifdef __cplusplus
extern "C" {
#if defined(__VERSION_NUMBER__) && (__VERSION_NUMBER__ >= 4400)
namespace std {
#endif
#endif
#define M_MXFAST 1
#define