代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/345247/11824309
c tst_malloc.c
#include
#include /* for printf */
void tst_malloc (void) {
unsigned char xdata *p;
p = malloc (1000); /* allocate 1000 bytes */
i
www.eeworm.com/read/344156/11906699
c disksim_malloc.c
/*
* DiskSim Storage Subsystem Simulation Environment (Version 4.0)
* Revision Authors: John Bucy, Greg Ganger
* Contributors: John Griffin, Jiri Schindler, Steve Schlosser
*
* Copyright (c) of C
www.eeworm.com/read/344156/11906704
h disksim_malloc.h
/*
* DiskSim Storage Subsystem Simulation Environment (Version 4.0)
* Revision Authors: John Bucy, Greg Ganger
* Contributors: John Griffin, Jiri Schindler, Steve Schlosser
*
* Copyright (c) of C
www.eeworm.com/read/154848/11923143
c malloc-find.c
/* Find the starting address of a malloc'd block, from anywhere inside it.
Copyright (C) 1995 Free Software Foundation, Inc.
This file is part of the GNU C Library. Its master source is NOT part
www.eeworm.com/read/256577/11986473
h dbg_malloc.h
/*
* Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
* Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
*
* This file is part of the device-mapper userspace tools.
www.eeworm.com/read/256577/11986488
c dbg_malloc.c
/*
* Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
* Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
*
* This file is part of the device-mapper userspace tools.
www.eeworm.com/read/342879/11994764
h 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 Engineering
*
* Created by Ch
www.eeworm.com/read/152711/12091281
h own_malloc.h
/*
Default header file for malloc-2.7.2, written by Doug Lea
and released to the public domain. Use, modify, and redistribute
this code without permission or acknowledgement in any way you wish
www.eeworm.com/read/341205/12101904
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/150696/12270950
c my_malloc.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
#ifdef SAFEMALLOC /* We don't need SAFEMALLOC h