代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/124347/6050967
in configure.in
dnl This is the newlib/libc/sys/a29khif configure.in file.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.5)
AC_INIT(_alloc.s)
dnl Can't be done in NEWLIB_CONFIGURE b
www.eeworm.com/read/100320/6270544
c model.c
#include
#include
#include
#include
#include "comp.h"
#include "arith.h"
#define MAX_CUM_FREQ 0x4000 /* maximum cumulative frequency */
struct
www.eeworm.com/read/282731/6305201
c 146.c
#include
#include
#include
#include
#include
#include
void main(int argc, char **argv)
{
void delete_tree(void);
char buff
www.eeworm.com/read/111945/6307195
c lsys.c
#include
#include
#include
#include
#ifdef __TURBOC__
#include
#elif !defined(__386BSD__)
#include
#endif
#include "fractint.h"
www.eeworm.com/read/267835/6341007
c hash.c
#include
#include
#include "hash.h"
#include "util.h"
#define HASHSIZE 4093
static int hash_value (char *name);
struct s_hash **alloc_hash_table (void) {
/* Creates a hash
www.eeworm.com/read/486192/6537949
cpp splitclasses.cpp
#include "clust_defs.h"
#include "alloc_util.h"
#include "clust_util.h"
#include "clust_io.h"
int SplitClasses(int argc, char *argv[])
{
FILE *fp;
int i,j,k,l;
SigSet Sin,Sout;
Cla
www.eeworm.com/read/481239/6645643
c heapwalk.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
struct heapinfo node = { NULL, 0, 0};
buffer1 = malloc(100);
buffer2 = malloc(200);
www.eeworm.com/read/481045/6656831
c heapwalk.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
struct heapinfo node = { NULL, 0, 0};
buffer1 = malloc(100);
buffer2 = malloc(200);
www.eeworm.com/read/480574/6666301
txt c语言库函数(s类字母) - 1.txt
函数名: sbrk
功 能: 改变数据段空间位置
用 法: char *sbrk(int incr);
程序例:
#include
#include
int main(void)
{
printf("Changing allocation with sbrk()\n");
prin
www.eeworm.com/read/349895/6684053
c 95.c
#include
#include
#include
#include
/*字符操作函数*/
#include
#define BUFFSIZE 32
#define COL 128
#define ROW 64
/*定义栈1*/
typedef struct