代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/236253/14024162
txt ydh.txt
程序结构参考
在你的程序中应该由这样的几个部分
1 头函数嵌入
例如:#include "string.h"
#include "float.h"
#include
#include "alloc.h"
#include "malloc.h"
2 宏定义部分
例如:
#define OK 1
#define ERROR 0
#
www.eeworm.com/read/107575/15604882
c operate.c
/***定义一些关于图书数据链表的一般操作的函数**************/
#include
#include
#include
#include
#include
/*根据查找并反回该节点或NULL*/
struct dnode* FindBookNodeFromNum(i
www.eeworm.com/read/103960/15715653
makefile
include ../Make.defines
DBLIB = libdb.a
DBLIBOBJS = alloc.o checkfree.o close.o delete.o dodelete.o \
fetch.o find.o findfree.o free.o \
hash.o nextrec.o open.o \
readdat.o readidx.o readptr
www.eeworm.com/read/100585/15870692
makefile
include ../Make.defines
DBLIB = libdb.a
DBLIBOBJS = alloc.o checkfree.o close.o delete.o dodelete.o \
fetch.o find.o findfree.o free.o \
hash.o nextrec.o open.o \
readdat.o readidx.o readptr
www.eeworm.com/read/238485/13883023
c qmail-inject.c
// 接受本地邮件消息后检测邮件头是否符合RFC822标准,并传送给qmail-queue排进队列
#include "sig.h"
#include "substdio.h"
#include "stralloc.h"
#include "subfd.h"
#include "sgetopt.h"
#include "getln.h"
#include "alloc.h"
#include
www.eeworm.com/read/128531/5987413
h sis_drm.h
#ifndef _sis_drm_public_h_
#define _sis_drm_public_h_
/* SiS specific ioctls */
#define SIS_IOCTL_FB_ALLOC DRM_IOWR(0x44, drm_sis_mem_t)
#define SIS_IOCTL_FB_FREE DRM_IOW( 0x45, drm_sis_mem_t)
#de
www.eeworm.com/read/127781/5998614
h sis_drm.h
#ifndef _sis_drm_public_h_
#define _sis_drm_public_h_
/* SiS specific ioctls */
#define SIS_IOCTL_FB_ALLOC DRM_IOWR(0x44, drm_sis_mem_t)
#define SIS_IOCTL_FB_FREE DRM_IOW( 0x45, drm_sis_mem_t)
#de
www.eeworm.com/read/126845/6011609
entries
/Makefile/1.1/Sat Dec 11 20:10:32 1999//
/request.h/1.1/Thu Dec 30 23:31:31 1999//
/stream.h/1.1/Thu Dec 30 23:31:31 1999//
/rws.h/1.2/Tue Mar 21 18:36:45 2000//
/alloc.c/1.2/Fri Oct 13 01:50:38 2000/
www.eeworm.com/read/218254/4862945
links lber-encode.3.links
ber_alloc_t.3
ber_flush.3
ber_printf.3
ber_put_int.3
ber_put_ostring.3
ber_put_string.3
ber_put_null.3
ber_put_enum.3
ber_start_set.3
ber_put_seq.3
ber_put_set.3
www.eeworm.com/read/209559/4965430
h sis_drm.h
#ifndef __SIS_DRM_H__
#define __SIS_DRM_H__
/* SiS specific ioctls */
#define DRM_IOCTL_SIS_FB_ALLOC DRM_IOWR(0x44, drm_sis_mem_t)
#define DRM_IOCTL_SIS_FB_FREE DRM_IOW( 0x45, drm_sis_mem_t)
#defi