代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/100320/6270547
h comp.h
/*
Define storage allocation parameters
FAR_TABLES dynamically allocates dictionary using far pointers
SPLIT_TABLES allows a dictionary size over 32K
*/
#define FAR_TA
www.eeworm.com/read/488200/6497906
c alloc.c
/* memory allocation routines
*
* Adapted from alloc routine in K&R; memory statistics and interrupt
* protection added for use with net package. Must be used in place of
* standard Turbo-C li
www.eeworm.com/read/478934/6708321
c alloc.c
/* memory allocation routines
*
* Adapted from alloc routine in K&R; memory statistics and interrupt
* protection added for use with net package. Must be used in place of
* standard Turbo-C li
www.eeworm.com/read/405486/11461631
h f2407_c.h
/* Core registers */
#define IMR *(volatile unsigned int *)0x0004
#define GREG *(volatile unsigned int *)0x0005 /* Global memory allocation reg */
#define IFR *(volat
www.eeworm.com/read/405440/11462533
txt bugs.txt
KNOWN BUGS:
- There is a small memory leak that appears to be occuring with token allocation. I haven't been able to pinpoint this yet.
- Typing "OLD" at the new/old prompt upon startup when no exi
www.eeworm.com/read/345059/11842020
c alloc.c
/* memory allocation routines
*
* Adapted from alloc routine in K&R; memory statistics and interrupt
* protection added for use with net package. Must be used in place of
* standard Turbo-C li
www.eeworm.com/read/258434/11864620
c getstrng.c
/*
** GETSTRNG.C -- Demonstation of dynamic memory allocation to
** receive string of unknown length.
**
** Ron Sires 1/31/89, released to the public domain.
** Bob Stout 2/18/93, m
www.eeworm.com/read/341877/12057274
c getstrng.c
/*
** GETSTRNG.C -- Demonstation of dynamic memory allocation to
** receive string of unknown length.
**
** Ron Sires 1/31/89, released to the public domain.
** Bob Stout 2/18/93, m
www.eeworm.com/read/339472/12232672
c bcm43xx_dma.c
/*
Broadcom BCM43xx wireless driver
DMA ringbuffer and descriptor allocation/management
Copyright (c) 2005, 2006 Michael Buesch
Some code in this file is derived from
www.eeworm.com/read/148543/12461071
txt abstract.txt
The projects Keil_IODemo and GNU_IODemo show how to use
memory allocation routines (malloc) and char I/O (printf,
scanf) with the Keil and the GNU toolchain.
\
The I/O functions are adapted for