代码搜索:malloc

找到约 10,000 项符合「malloc」的源代码

代码结果 10,000
www.eeworm.com/read/165393/5482919

c malloc.c

#include #if _SDCC_MALLOC_TYPE_MLH #include typedef struct _MEMHEADER MEMHEADER; struct _MEMHEADER { MEMHEADER * next; MEMHEADER * prev; unsigned int
www.eeworm.com/read/165393/5482952

asm malloc.asm

;-------------------------------------------------------- ; File Created by SDCC : FreeWare ANSI-C Compiler ; Version 2.3.1-pj3 Sun Jan 20 13:10:21 2002 ;-----------------------------------------
www.eeworm.com/read/165393/5483101

rel malloc.rel

XH H C areas A global symbols M malloc A _CODE size 0 flags 0 A DSEG size 0 flags 0 A OSEG size 4 flags 4 S _malloc_sloc0_1_0 Def0000 S _malloc_sloc1_1_0 Def0002 A ISEG size 0 flags 0 A BSEG
www.eeworm.com/read/165393/5483174

h malloc.h

/*------------------------------------------------------------------------- malloc.h - malloc header file Written By - Written by Dmitry S. Obukhov, 1997 dso@usa.net This pro
www.eeworm.com/read/164348/5495409

h malloc.h

/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: malloc.h,v 1.4.32.3 2004/07/09 01:45:31 hubbe Exp $ * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
www.eeworm.com/read/163883/5506769

h malloc.h

#include
www.eeworm.com/read/163821/5509079

h malloc.h

/* * libc/stdlib/malloc/malloc.h -- small malloc implementation * * Copyright (C) 2002 NEC Corporation * Copyright (C) 2002 Miles Bader * * This file is subject to the terms
www.eeworm.com/read/163821/5509084

c malloc.c

/* * libc/stdlib/malloc/malloc.c -- malloc function * * Copyright (C) 2002,03 NEC Electronics Corporation * Copyright (C) 2002,03 Miles Bader * * This file is subject to the
www.eeworm.com/read/163821/5509089

h malloc.h

/* malloc.h - declarations for the allocator. Copyright (c) 1989, 1993 Michael J. Haertel You may redistribute this library under the terms of the GNU Library General Public License (version
www.eeworm.com/read/163821/5509091

c malloc.c

/* malloc.c - C standard library routine. Copyright (c) 1989, 1993 Michael J. Haertel You may redistribute this library under the terms of the GNU Library General Public License (version 2 o