代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/470033/6923363
c fillheap.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
int i, state;
buffer1 = malloc(100);
buffer2 = malloc(200);
buffer3 = malloc(300)
www.eeworm.com/read/189342/7115026
c fillheap.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
int i, state;
buffer1 = malloc(100);
buffer2 = malloc(200);
buffer3 = malloc(300)
www.eeworm.com/read/462736/7196906
c ch2_3.c
#include
#include
typedef struct node
{ int data;
struct node *link;
}JD;
JD *dlbcz(JD *h,int x)
{ JD *p;
p=h;
while(p!=NULL && p->data!=x)
p=p->link;
retur
www.eeworm.com/read/458099/7313192
cpp grap.cpp
#include "graphics.h"
#include "stdio.h"
#include "struct.h"
#include "string.h"
#include "alloc.h"
#include "constdec.h"
#include "mouse.h"
void ChineseOut(int x,int y,const char *p,int color)
www.eeworm.com/read/455837/7363137
c xdel.c
#include
#include
#include
#include
#include
#include
#include
#include
main(int argc,char *argv[])
{
char pr
www.eeworm.com/read/455392/7372669
c 10_3_1.c
//
#include
#include
#include
#include
#include
#include
#include
#include
FILE *p;
void unsigned senddata(char data);
www.eeworm.com/read/455033/7379289
c zaldy2.c
#include "medit.h"
#include "extern.h"
#include "sproto.h"
int zaldy2(pMesh mesh) {
pSolution ps;
int k,nbf;
/* memory alloc. */
mesh->sol = (pSolution)M_calloc(mesh->nbb+1,sizeof
www.eeworm.com/read/453496/7418352
c fillheap.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
int i, state;
buffer1 = malloc(100);
buffer2 = malloc(200);
buffer3 = malloc(300)
www.eeworm.com/read/451329/7467141
c fillheap.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
int i, state;
buffer1 = malloc(100);
buffer2 = malloc(200);
buffer3 = malloc(300)
www.eeworm.com/read/451140/7470763
h path_delay.h
float **alloc_and_load_timing_graph(t_timing_inf timing_inf,
t_subblock_data subblock_data);
t_linked_int *allocate_and_load_critical_path(void);
void load_timing_graph_net_delays(float **ne