代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/132015/5926225
c xcopy.c
#include
#include
#include
#include
#include
#include
#include
#include
void copy(void);
void copyaction(void);
www.eeworm.com/read/128531/5985883
c pci-nommu.c
#include
#include
#include
#include
/*
* Dummy IO MMU functions
*/
extern unsigned long end_pfn;
void *pci_alloc_consistent(struct pci_
www.eeworm.com/read/127781/5996993
c pci-nommu.c
#include
#include
#include
#include
/*
* Dummy IO MMU functions
*/
extern unsigned long end_pfn;
void *pci_alloc_consistent(struct pci_
www.eeworm.com/read/126788/6011811
fn6 windows.fn6
void wn_windows(void);
int wn_activate(struct wcb *wn);
int wns_push(int imgix);
int wns_pop(int imgix);
int wns_alloc(unsigned short size,unsigned short *seg,unsigned short *off,unsign
www.eeworm.com/read/101082/6248844
s alloca.s
# %W% (ULTRIX) %G%
# like alloc, but automatic
# automatic free in return
.globl _alloca
_alloca:
.word 0x0000
subl2 4(ap),sp # crude allocation
movl 16(fp),r1 # pc
movq 8(fp),ap # new (old)
www.eeworm.com/read/101082/6248871
s alloca.s
/ wdptr = alloca(nbytes);
/ like alloc, but automatic
/ automatic free upon return from calling function
.globl _alloca
_alloca:
mov (sp)+,r1 / return
mov (sp),r0 /count
inc r0
bic $1,r0 / roun
www.eeworm.com/read/282731/6304680
c 144.c
/* 在BC31下编译 */
/* compile under Borland C++ 3.1 */
#include
#include
#include
#include
#include
void main(int argc, char *argv[])
{
www.eeworm.com/read/267835/6341022
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 *
www.eeworm.com/read/488200/6498019
h commands.h
#ifndef _COMMANDS_H
#define _COMMANDS_H
/* In n8250.c, amiga.c: */
int doasystat(int argc,char *argv[],void *p);
int fp_attach (int argc,char *argv[],void *p);
/* In alloc.c: */
int domem(in
www.eeworm.com/read/484121/6591164
c koo.c
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "conio.h"
#include "mem.h"
#include "ctype.h"
#include "alloc.h" /*动态地址分配函数*/
#define N 4 /*定义常数*/