代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/173349/9661723
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/173349/9661731
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/173349/9661840
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/173349/9661848
test malloc7.test
# 2006 July 26
#
# 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 yoursel
www.eeworm.com/read/415212/11080495
h yaffs_malloc.h
#ifndef __YAFFS_MALLOC_H__
/*
* YAFFS: Yet another Flash File System . A NAND-flash specific file system.
*
* Copyright (C) 2002-2007 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engi
www.eeworm.com/read/334836/12571017
c malloc_util.c
/**
* malloc_util.c : malloc debugging routines
*
* written by erik a. hendriks (hendriks@lanl.gov).
*
* Copyright 2002 Erik Arjan Hendriks.
* This software may be used and distributed accordin
www.eeworm.com/read/334836/12571030
h malloc_util.h
/**
* malloc_util.h : malloc debugging routines
*
* written by erik a. hendriks (hendriks@lanl.gov).
*
* Copyright 2002 Erik Arjan Hendriks.
* This software may be used and distributed accordin
www.eeworm.com/read/146694/12618413
cpp malloc01.cpp
//malloc01.cpp
#include
#include
#include
#include
void main()
{ char *str;
if ((str = (char *) malloc(11)) == NULL)
{ cout
www.eeworm.com/read/133753/14027165
cpp malloc01.cpp
//malloc01.cpp
#include
#include
#include
#include
void main()
{ char *str;
if ((str = (char *) malloc(11)) == NULL)
{ cout