代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/122676/14675967
c simonsez.c
//==================================
// SIMONSEZ - Matt Pietrek 1995
// FILE: HOOKAPI.C
//==================================
#include
#include
#include "hookapi.h"
// M
www.eeworm.com/read/222590/14684612
readme_testctimeutc
FILE LIST -
testCtimeUTC.c
DESCRIPTION -
malloc: This routine allocates a block of memory from
the free list. The size of the blcok will be equal to
or greater than n
www.eeworm.com/read/121786/14737654
h cstring.h
#pragma once
#include
#include
#include // for _alloca (allocation on stack)
#include
// -------------------------------------------------------
www.eeworm.com/read/210394/15199428
readme_testctimeutc
FILE LIST -
testCtimeUTC.c
DESCRIPTION -
malloc: This routine allocates a block of memory from
the free list. The size of the blcok will be equal to
or greater than n
www.eeworm.com/read/492281/1176958
readme_testctimeutc
FILE LIST -
testCtimeUTC.c
DESCRIPTION -
malloc: This routine allocates a block of memory from
the free list. The size of the blcok will be equal to
or greater than n
www.eeworm.com/read/492131/1181480
ca
@c ----------------------------------------------------------------------
@node calloc, memory
@heading @code{calloc}
@subheading Syntax
@example
#include
void *calloc(size_t num_
www.eeworm.com/read/477840/1357743
c freelist.c
#include
/* this is defined in a separate file so that when the linker pulls this in
* when including malloc, it will not drag in the function _NewHeap, since it
* may be $_NewHeap t
www.eeworm.com/read/464448/1530101
c freelist.c
#include
/* this is defined in a separate file so that when the linker pulls this in
* when including malloc, it will not drag in the function _NewHeap, since it
* may be $_NewHeap t
www.eeworm.com/read/233554/4666319
c efence.c
/*
* Electric Fence - Red-Zone memory allocator.
* Bruce Perens, 1988, 1993
*
* This is a special version of malloc() and company for debugging software
* that is suspected of overrunning or und
www.eeworm.com/read/229812/4749515
dbg bif.dbg
* Syntax: bif
*
* Synopsis: Break execution at the specified "address" when "expr"
* is true (non-zero result).
*
* Example: bif {ax == 0} malloc
*