代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/124347/6052132
c malloc.c
/* VxWorks provides its own version of malloc, and we can't use this
one because VxWorks does not provide sbrk. So we have a hook to
not compile this code. */
/* The routines here are simple
www.eeworm.com/read/124347/6052967
cc malloc.cc
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug Lea and released to the public domain. Use, modify, and
redistribute this code without permission or acknowledgement i
www.eeworm.com/read/124109/6055244
asm malloc.asm
;--------------------------------------------------------
; File Created by SDCC : FreeWare ANSI-C Compiler
; Version 2.3.0 Thu Sep 20 10:57:18 2001
;-------------------------------------------------
www.eeworm.com/read/124109/6055356
rel malloc.rel
;!FILE malloc.asm
XH
H B areas 12A global symbols
M malloc
A _CODE size 0 flags 0
A DSEG size 2 flags 0
A _DUMMY size 0 flags 0
A OSEG size 0 flags 4
S _init_dynamic_memory_PARM_2 Def0000
S _malloc_sl
www.eeworm.com/read/124109/6055492
asm malloc.asm
;--------------------------------------------------------
; File Created by SDCC : FreeWare ANSI-C Compiler
; Version 2.3.0 Thu Sep 20 10:57:41 2001
;-------------------------------------------------
www.eeworm.com/read/124109/6055608
rel malloc.rel
XH
H A areas A global symbols
M malloc
A _CODE size 0 flags 0
A DSEG size 0 flags 0
A OSEG size 0 flags 4
A ISEG size 0 flags 0
A BSEG size 0 flags 80
A XSEG size 15 flags 40
S _free_prev_header_1_1 D
www.eeworm.com/read/124109/6055751
c malloc.c
//--------------------------------------------------------------------
//Written by Dmitry S. Obukhov, 1997
//dso@usa.net
//--------------------------
www.eeworm.com/read/124109/6055862
asm malloc.asm
;--------------------------------------------------------
; File Created by SDCC : FreeWare ANSI-C Compiler
; Version 2.3.0 Thu Sep 20 10:57:29 2001
;-------------------------------------------------
www.eeworm.com/read/124109/6055974
rel malloc.rel
;!FILE malloc.asm
XH
H B areas 190 global symbols
M malloc
A _CODE size 0 flags 0
A DSEG size 0 flags 0
A _DUMMY size 0 flags 0
A OSEG size 4 flags 4
S _malloc_sloc0_1_0 Def0000
S _malloc_sloc1_1_0 De
www.eeworm.com/read/124109/6056035
h malloc.h
/*-------------------------------------------------------------------------
malloc.h - malloc header file
Written By - Written by Dmitry S. Obukhov, 1997 dso@usa.net
This program