代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/435917/7781184
test malloc3.test
# 2005 November 30
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for you
www.eeworm.com/read/435917/7781191
test malloc4.test
# 2005 November 30
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for you
www.eeworm.com/read/435917/7781232
test malloc2.test
# 2005 March 18
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourse
www.eeworm.com/read/298649/7947178
c malloc4.c
/**************************************************************************
File: malloc4.c
2,3,4 dimensional memory allocators.
written by Xavier Bouyssounouse
***********************
www.eeworm.com/read/298649/7947179
rea malloc~1.rea
###########################################################
Information on file: malloc4.c
Written by Xavier Bouyssounouse.
###########################################################
Routines in
www.eeworm.com/read/298649/7947181
h malloc4.h
/*******************************************
Header file for malloc4
*******************************************/
#ifndef _MALLOC4_H_
#define _MALLOC4_H_
#if __STDC__ || defined(__cplusplus)
www.eeworm.com/read/298649/7947235
c malloc4.c
/**************************************************************************
File: malloc4.c
2,3,4 dimensional memory allocators.
written by Xavier Bouyssounouse
***********************
www.eeworm.com/read/298649/7947237
h malloc4.h
/*******************************************
Header file for malloc4
*******************************************/
#ifndef _MALLOC4_H_
#define _MALLOC4_H_
#if __STDC__ || defined(__cplusplus)
www.eeworm.com/read/246953/12696130
c tst_malloc.c
#include
#include /* for printf */
void tst_malloc (void) {
unsigned char xdata *p;
p = malloc (1000); /* allocate 1000 bytes */
i