代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/390847/8437691
c linklist.c
#include"sj.h"/*调用自定义库文件*/
#include
typedef struct std_info {
int Num;
char Name[8];
float Score;
}ElemType ;
typedef struct Lnode
{ ElemType data;
struct Lnode
www.eeworm.com/read/384742/8846144
h allocator.h
#ifndef MYSQLCPPAPI_ALLOCATOR_H
#define MYSQLCPPAPI_ALLOCATOR_H
#include "mysqlcppapi/exceptions/ex_base.h"
namespace mysqlcppapi
{
//Derive new Allocators to use e.g. ct_cmd_alloc and ct_cmd_drop
www.eeworm.com/read/383612/8932634
txt 统计叶子数.txt
#include
#include
typedef struct node
{ char data;
struct node *lchild,*rchild;
}JD;
void countleaf(JD *bt,int *count)//先序统计叶子数
{ if(bt!=NULL)
{ if((bt->lc
www.eeworm.com/read/283267/9032066
c sysl2cache.c
/* sysL2Cache.c - L2 cache routines */
/* Copyright 2004 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,13oct04,dtr Add extrnal write alloc func and setting cache to
www.eeworm.com/read/378183/9245372
dat funtc252b.dat
#include
#include
#include
#include
#include
int main(void)
{
char *path, *ptr;
int i = 0;
ptr = getenv("PATH");
path = mall
www.eeworm.com/read/378183/9245954
dat funtc137b.dat
#include
#include
#include
#include
int main(void)
{
char far *fptr;
char *str = "Hello";
fptr = farmalloc(10);
movedata(FP_SEG(str), FP
www.eeworm.com/read/179335/9360412
tex classlevel__one__hmap.tex
\section{level\_\-one\_\-hmap$$ Class Template Reference}
\label{classlevel__one__hmap}\index{level_one_hmap@{level\_\-one\_\-hmap}}
Class to store edges i.e. level one patt
www.eeworm.com/read/372371/9512313
h hash.h
#ifndef VSFTP_HASH_H
#define VSFTP_HASH_H
struct hash;
typedef unsigned int (*hashfunc_t)(unsigned int, void*);
struct hash* hash_alloc(unsigned int buckets, unsigned int key_size,
www.eeworm.com/read/165501/10059346
c 98.c
#include
#include
#include
#include
#include
void main()
{
void * ptr;
int gd=DETECT,gm;
float i;
registerbgidriver(EGAVGA_driver);
www.eeworm.com/read/359858/10119992
c sysl2cache.c
/* sysL2Cache.c - L2 cache routines */
/* Copyright 2004 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,13oct04,dtr Add extrnal write alloc func and setting cache to