代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/221695/14729121
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/119982/14814984
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/119084/14839806
h vector.h
#ifndef NTL_vector__H
#define NTL_vector__H
#include
struct _ntl_VectorHeader {
long length;
long alloc;
long init;
long fixed;
};
union _ntl_AlignedVectorHeader {
_nt
www.eeworm.com/read/114802/15037702
h need.h
#include
#include
#include
#include
#include
#include
#include
int mx,my,mb;
/***************************************
www.eeworm.com/read/114117/15076128
c ting3.c
#include"stdio.h"
#include"conio.h"
#include"alloc.h"
#define N 5
struct seqstack;
typedef struct seqstack *pseqstack;
struct seqstack
{
int number[N];
int n;
};
int total=0;
pseqst
www.eeworm.com/read/114117/15076132
bak ting3.bak
#include"stdio.h"
#include"conio.h"
#include"alloc.h"
#define N 6
struct seqstack;
typedef struct seqstack *pseqstack;
struct seqstack
{
int number[N];
int n;
};
int total=0;
pseqst
www.eeworm.com/read/207819/15261515
c udpdmain.c
#include
#include
#include
#include
#include
#include
#include
#include "tcplib.h"
//======================================
www.eeworm.com/read/206867/15286956
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/480367/1318862
cpp fm.cpp
// FM.cpp
#include "StdAfx.h"
#include "resource.h"
#include "Panel.h"
extern "C"
{
#include "../../../../C/Alloc.h"
}
#include "Common/Defs.h"
#include "Common/StringConvert.h"
//
www.eeworm.com/read/470720/1444505
c new1_y.c
#include
extern int ret;
void *ptr;
void * operator new[] (size_t s) throw (std::bad_alloc)
{
ptr = operator new (s);
return ptr;
}
void operator delete[] (void *p) throw ()
{
if (p ==