代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/457219/7331935
rea malloc~1.rea
###########################################################
Information on file: malloc4.c
Written by Xavier Bouyssounouse.
###########################################################
Routines in
www.eeworm.com/read/457219/7331936
h malloc4.h
/*******************************************
Header file for malloc4
*******************************************/
#ifndef _MALLOC4_H_
#define _MALLOC4_H_
#if __STDC__ || defined(__cplusplus)
www.eeworm.com/read/457219/7331959
c malloc4.c
/**************************************************************************
File: malloc4.c
2,3,4 dimensional memory allocators.
written by Xavier Bouyssounouse
***********************
www.eeworm.com/read/457219/7331960
h malloc4.h
/*******************************************
Header file for malloc4
*******************************************/
#ifndef _MALLOC4_H_
#define _MALLOC4_H_
#if __STDC__ || defined(__cplusplus)
www.eeworm.com/read/453925/7403712
c malloc-test.c
typedef struct {
unsigned *bits;
unsigned size;
} bits_list_type;
#define BYTEWIDTH 8
#define NULL 0
#define BITS_BLOCK_SIZE (sizeof (unsigned) * BYTEWIDTH)
#define BITS_BLOCK(position) ((p
www.eeworm.com/read/453925/7403734
c g++malloc.c
#define inline
/*
Copyright (C) 1989 Free Software Foundation
written by Doug Lea (dl@oswego.edu)
This file is part of GNU CC.
GNU CC is distributed in the hope that it will be useful,
but WI
www.eeworm.com/read/452217/7445118
c malloc4.c
/**************************************************************************
File: malloc4.c
2,3,4 dimensional memory allocators.
written by Xavier Bouyssounouse
***********************
www.eeworm.com/read/452217/7445119
rea malloc~1.rea
###########################################################
Information on file: malloc4.c
Written by Xavier Bouyssounouse.
###########################################################
Routines in
www.eeworm.com/read/452217/7445120
h malloc4.h
/*******************************************
Header file for malloc4
*******************************************/
#ifndef _MALLOC4_H_
#define _MALLOC4_H_
#if __STDC__ || defined(__cplusplus)
www.eeworm.com/read/452217/7445143
c malloc4.c
/**************************************************************************
File: malloc4.c
2,3,4 dimensional memory allocators.
written by Xavier Bouyssounouse
***********************