代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/472732/6864847
cpp bankersalgo.cpp
#include
#include
using namespace std;
int avail[100],need[100][100],alloc[100][100],work[100],finish[100];
int n,m;
int maximum[100][100];
bool leq(int x[100][100],int *y,in
www.eeworm.com/read/472768/6865200
c heapwalk.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
struct heapinfo node = { NULL, 0, 0};
buffer1 = malloc(100);
buffer2 = malloc(200);
www.eeworm.com/read/195394/8159132
c ship.c
# include
# include "13h.h"
# include
# include
# include "timer.h"
# include
# include
struct stBOMB
{
int x;
int y;
BOOL Use
www.eeworm.com/read/174343/9593567
txt c语言库函数(s类字母) - 1.txt
函数名: sbrk
功 能: 改变数据段空间位置
用 法: char *sbrk(int incr);
程序例:
#include
#include
int main(void)
{
printf("Changing allocation with sbrk()\n");
prin
www.eeworm.com/read/174254/9599359
c heapwalk.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
struct heapinfo node = { NULL, 0, 0};
buffer1 = malloc(100);
buffer2 = malloc(200);
www.eeworm.com/read/370188/9611632
c heapwalk.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
struct heapinfo node = { NULL, 0, 0};
buffer1 = malloc(100);
buffer2 = malloc(200);
www.eeworm.com/read/367990/9720665
c heapwalk.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
struct heapinfo node = { NULL, 0, 0};
buffer1 = malloc(100);
buffer2 = malloc(200);
www.eeworm.com/read/171829/9734595
c deltree.c
#include
#include
#include
#include
#include
#include
void main(int argc, char **argv)
{
void delete_tree(void);
char buff
www.eeworm.com/read/171829/9735968
c heapwalk.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
struct heapinfo node = { NULL, 0, 0};
buffer1 = malloc(100);
buffer2 = malloc(200);
www.eeworm.com/read/171600/9745428
hpp os.hpp
#ifndef _RAR_OS_
#define _RAR_OS_
#define FALSE 0
#define TRUE 1
#ifdef __EMX__
#define INCL_BASE
#endif
#if defined(_WIN_32) || defined(_EMX)
#define ENABLE_BAD_ALLOC
#endif
#if defined(_WIN_