代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/298176/3873360

c xdel.c

#include #include #include #include #include #include #include #include main(int argc,char *argv[]) { char pr
www.eeworm.com/read/292619/3952105

c hwin.c

/* HWIN.C 高级窗口设计 */ #include "graphics.h" #include "alloc.h" #include "conio.h" #include "process.h" #define MAX 10 /* 定义窗口的最大数 */ typedef struct Win{ /* 定义窗口的数据类
www.eeworm.com/read/291168/3968725

pl alpha.pl

#!/usr/local/bin/perl package alpha; use Carp qw(croak cluck); $label="100"; $n_debug=0; $smear_regs=1; $reg_alloc=1; $align="3"; $com_start="#"; sub main'asm_init_output { @out=(); } sub main'as
www.eeworm.com/read/282272/4106393

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/427736/1966731

cpp bcj2coder.cpp

// Bcj2Coder.cpp #include "StdAfx.h" extern "C" { #include "../../../C/Alloc.h" } #include "Bcj2Coder.h" namespace NCompress { namespace NBcj2 { inline bool IsJcc(Byte b0, Byte b1)
www.eeworm.com/read/427735/1967119

cpp bcj2coder.cpp

// Bcj2Coder.cpp #include "StdAfx.h" extern "C" { #include "../../../C/Alloc.h" } #include "Bcj2Coder.h" namespace NCompress { namespace NBcj2 { inline bool IsJcc(Byte b0, Byte b1)
www.eeworm.com/read/409921/2223662

h check.h

/* check.h - Check and repair a PC/MS-DOS file system */ /* Written 1993 by Werner Almesberger */ #ifndef _CHECK_H #define _CHECK_H loff_t alloc_rootdir_entry(DOS_FS *fs, DIR_ENT *de, co
www.eeworm.com/read/404607/2301939

s big-endian.s

/* * linux/arch/arm/boot/compressed/big-endian.S * * Switch CPU into big endian mode. * Author: Nicolas Pitre */ .section ".start", #alloc, #execinstr mrc p15, 0, r0, c1, c0, 0 @ read cont
www.eeworm.com/read/396408/2416469

h uclib.h

#ifndef __UCLIB_H__ #define __UCLIB_H__ #include #include #ifdef JZ4740_PMP16 #define Module_Alloc iv_uc_malloc #define GM_Dealloc iv_uc_free #defin
www.eeworm.com/read/395229/2447943

h mempool.h

/* * memory buffer pool support */ #ifndef _LINUX_MEMPOOL_H #define _LINUX_MEMPOOL_H #include struct kmem_cache; typedef void * (mempool_alloc_t)(gfp_t gfp_mask, void *pool_data);