代码搜索:alloc

找到约 10,000 项符合「alloc」的源代码

代码结果 10,000
www.eeworm.com/read/37168/1069581

c-

/* 模拟扫雷游戏 */ #include #include #include #include #include #include #include union REGS regs; int size=15;/*用于表示每个方
www.eeworm.com/read/478549/1351214

s process.s

.file "process" gcc2_compiled.: ___gnu_compiled_c: .globl _current_pid .data .align 2 _current_pid: .long 1 .lcomm _inited.2,4 .text .align 2,0x90 _alloc_kernel_stack: pushl %ebp mo
www.eeworm.com/read/470720/1446720

c ctors18.c

// Build don't link: // GROUPS passed constructors class test1 { }; template class GC_PTR { public: GC_PTR(T &a) {} }; void gotPtrs(GC_PTR r1) { } static void short_alloc(int n)
www.eeworm.com/read/470693/1458666

c ctors18.c

// Build don't link: // GROUPS passed constructors class test1 { }; template class GC_PTR { public: GC_PTR(T &a) {} }; void gotPtrs(GC_PTR r1) { } static void short_alloc(int n)
www.eeworm.com/read/249482/4450404

dat funtc139.dat

函数名称: freemem 函数原型: int freemem(unsigned seg) 函数功能: 释放由allocmem()分配的内存块 函数返回: 0-操作成功,-1 操作失败 函数说明: seg 段地址 所属文件:
www.eeworm.com/read/249482/4450553

dat funtc75.dat

函数名称: malloc 函数原型: void * malloc(unsigned size); 函数功能: 分配size字节的存储区. 函数返回: 所分配的内存区地址,如果内存不够,返回 0. 函数说明: 所属文件:
www.eeworm.com/read/249482/4450842

dat funtc105.dat

函数名称: coreleft 函数原型: unsigned coreleft(void)-小模式;long coreleft(void)-大模式 函数功能: 得到heap内存中的剩余字节数 函数返回: 剩余字节数 函数说明: 所属文件:
www.eeworm.com/read/247473/4482284

list logtrack.list

PREFIX __crdel BEGIN metasub 142 PREFIX __db BEGIN addrem 41 BEGIN big 43 BEGIN ovref 44 BEGIN relink 45 BEGIN debug 47 BEGIN noop 48 BEGIN pg_alloc 49 BEGIN pg_free 50 BEGIN cksum 51 PREFIX __dbreg B
www.eeworm.com/read/246537/4493914

c xti_accept_simple.c

#include "unpxti.h" int xti_accept(int listenfd, struct netbuf *cliaddr, int rdwr) { int connfd; u_int n; struct t_call *tcallp; tcallp = T_alloc(listenfd, T_CALL, T_ALL); T_listen(liste
www.eeworm.com/read/240162/4581908

c ctors18.c

// { dg-do assemble } // GROUPS passed constructors class test1 { }; template class GC_PTR { public: GC_PTR(T &a) {} }; void gotPtrs(GC_PTR r1) { } static void short_alloc(int n