代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/352754/10517303
c ialloc.c
/*
* linux/fs/sysv/ialloc.c
*
* minix/bitmap.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* ext/freelists.c
* Copyright (C) 1992 Remy Card (card@masi.ibp.fr)
*
* xenix/alloc
www.eeworm.com/read/352754/10517342
c balloc.c
/*
* linux/fs/sysv/balloc.c
*
* minix/bitmap.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* ext/freelists.c
* Copyright (C) 1992 Remy Card (card@masi.ibp.fr)
*
* xenix/alloc
www.eeworm.com/read/350637/10725425
c chk_disk.c
#include
#include
#include
void main(void)
{
struct fatinfo fat;
long sector, total_sectors;
void *buffer;
getfat(3, &fat);
total_sectors = fat
www.eeworm.com/read/350636/10727158
c chk_disk.c
#include
#include
#include
void main(void)
{
struct fatinfo fat;
long sector, total_sectors;
void *buffer;
getfat(3, &fat);
total_sectors = fat
www.eeworm.com/read/462736/7196955
c ch5_60.c
#include
#include
typedef struct node
{ char data;
struct node *lchild,*rchild;
}JD;
JD *crt_bt_pre(JD *bt)
{ char ch;
printf("ch=");
scanf("%c",&ch);
www.eeworm.com/read/458360/7298543
makefile
#ident "@(#)cfront:src/makefile 1.6"
CC = CC
#set $(PATCH) to -DPATCH if using the patch version:
#PATCH=-DPATCH
# set $(PATCH) to nothing if using nm/munch:
PATCH=
CCFLAGS=-O
OFILES = alloc.o dcl.o d
www.eeworm.com/read/457752/7318076
c chabu.c
#include "conio.h"
#include "graphics.h"
#include "process.h"
#include "time.h"
#include "stdio.h"
#include "stdlib.h"
#include
#include
www.eeworm.com/read/453292/7422851
txt javatuixiangzi.txt
BOOL Init(void)
{
if (g_gameWd==NULL)
{
g_gameWd=MEM_ALLOC(sizeof(GameWd));
if (g_gameWd==NULL)
{
return FALSE;
}
}
memset(g_gameWd,0,sizeof(GameWd));
g_gameWd->dwNextwdI
www.eeworm.com/read/448678/7527277
h ptracesandbox.h
#ifndef VSF_PTRACESANDBOX_H
#define VSF_PTRACESANDBOX_H
/* Forward delcarations */
struct pt_sandbox;
typedef int (*ptrace_sandbox_validator_t)(struct pt_sandbox*, void*);
/* ptrace_sandbox_alloc()
www.eeworm.com/read/448377/7534175
cpp onetouchdlg.cpp
// onetouchDlg.cpp : implementation file
//
#define _CRTDBG_MAP_ALLOC
#include
#include
#include "stdafx.h"
#include "onetouch.h"
#include "onetouchDlg.h"
#include