代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/129726/14231079
c farmallo.c
#include
#include
#include
#include
void main()
{
char far *fptr;
char *str = "Korea is One";
fptr = (char far *) farmalloc(20);
movedata(FP_S
www.eeworm.com/read/129726/14231329
c putenv.c
#include
#include
#include
#include
#include
void main()
{
char *path, *ptr;
int i = 0;
ptr = getenv("PATH");
path = (char *) malloc
www.eeworm.com/read/129726/14231340
c fread.c
#include
#include
#include
#include
void main()
{
void *buf;
FILE *src;
FILE *dest;
long length;
buf=malloc(1000);
if (buf==NULL)
{
printf("out o
www.eeworm.com/read/224800/14567264
cpp htxlcd.cpp
#define __ASM asm
#include
#include
#include
#include
#include
#include
#include
void blankscreen(u
www.eeworm.com/read/224800/14567378
cpp htxlcd.cpp
#define __ASM asm
#include
#include
#include
#include
#include
#include
#include
void blankscreen(u
www.eeworm.com/read/219945/14858890
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/474814/1389662
ok spell.ok
AAAA
ABCDEFabcdef
ABS
ABSMODE
ABc
ACK
ACKS
ADDR
ADDRINFO
AEE
AEEApplet
AES
AIX's
AJVX
ALG
ALLBACK
ALLDB
ALLOC
ALLZEROES
AMs
API
APIs
APP
APPMALLOC
APPNAME
APPREC
ARG
ARGS
ASSOC
ASYNC
ATOI
ATOL
AUTOCOM
www.eeworm.com/read/464631/1526153
cpp bzip2encoder.cpp
// BZip2Encoder.cpp
#include "StdAfx.h"
extern "C"
{
#include "../../../C/Alloc.h"
#include "../../../C/BwtSort.h"
#include "../../../C/HuffEnc.h"
}
#include "BZip2Crc.h"
#include "BZip
www.eeworm.com/read/249482/4450430
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/249482/4450772
dat funtc137b.dat
#include
#include
#include
#include
int main(void)
{
char far *fptr;
char *str = "Hello";
fptr = farmalloc(10);
movedata(FP_SEG(str), FP