代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/161438/5553406
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/194581/8190132
h l2tables.h
/*
l2tables.h: Layer 2 Alloc tables
copyright ?-2006 by the mpg123 project - free software under the terms of the LGPL 2.1
see COPYING and AUTHORS files in distribution or http://mpg123.de
initia
www.eeworm.com/read/368572/9689092
c terminal.c
/* terminal.c
* (c) 2002 Mikulas Patocka
* This file is a part of the Links program, released under GPL.
*/
#include "links.h"
void alloc_term_screen(struct terminal *, int, int);
void clear_term
www.eeworm.com/read/171829/9734666
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/147408/12554223
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/146696/12617828
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/236672/14003407
txt 2.txt
// car.cpp : Defines the entry point for the console application.
//
#include "stdio.h"
#include "alloc.h"
#include "stdlib.h"
/*#define NULL 0*/
#define ERROR 0
#define OK 1
#define OVERFLOW
www.eeworm.com/read/107490/15605977
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/104056/15710956
h bumpalloc.h
/* BUMP_ALLOC macro - increase table allocation by one element.
Copyright (C) 1990, 1991, 1993, 1998, 2000 Free Software Foundation, Inc.
Fran鏾is Pinard , 1990.
This
www.eeworm.com/read/101973/15795842
h cdib.h
// cdib.h declaration for Inside Visual C++ CDib class
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
enum Alloc {noAlloc, crtAlloc, heapAlloc};
DECL