代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/120093/14812943
c malloc4.c
/**************************************************************************
File: malloc4.c
2,3,4 dimensional memory allocators.
written by Xavier Bouyssounouse
***********************
www.eeworm.com/read/120093/14812944
rea malloc~1.rea
###########################################################
Information on file: malloc4.c
Written by Xavier Bouyssounouse.
###########################################################
Routines in
www.eeworm.com/read/120093/14812945
h malloc4.h
/*******************************************
Header file for malloc4
*******************************************/
#ifndef _MALLOC4_H_
#define _MALLOC4_H_
#if __STDC__ || defined(__cplusplus)
www.eeworm.com/read/120093/14812968
c malloc4.c
/**************************************************************************
File: malloc4.c
2,3,4 dimensional memory allocators.
written by Xavier Bouyssounouse
***********************
www.eeworm.com/read/120093/14812969
h malloc4.h
/*******************************************
Header file for malloc4
*******************************************/
#ifndef _MALLOC4_H_
#define _MALLOC4_H_
#if __STDC__ || defined(__cplusplus)
www.eeworm.com/read/118668/14859702
c my_malloc.c
#include
#include
typedef long Align;
union header {
struct {
union header *next;
unsigned int size;
} s;
Align x;
};
typedef union header Header;
#define
www.eeworm.com/read/116285/14979776
c 复件 malloc.c
/* Implementation module : Malloc.c
Copyright 1989 Diab Data AB, Sweden
Description :
Implemention of libc functions
void *Malloc(size_t size)
void *calloc(size_t nmemb, size_t size)
v
www.eeworm.com/read/208919/15230949
exe bank.malloc.exe
www.eeworm.com/read/208919/15230972
c bank.malloc.c
/* ---------------------------------------------------------------------------
* @
* UTILITY FOR DETERMINING DRAM BANKS
* FROM WHICH MEMORY BLOCKS ALLOCATED BY MALLOC START
* =============
www.eeworm.com/read/207008/15284292
c real_malloc.c
/*
* Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
* Copyright (c) 1991-1994 by Xerox Corporation. All rights reserved.
*
* THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPR