代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/384760/2597818
ok spell.ok
AAAA
ABS
ABSMODE
ACK
ACKS
ADDR
ADDRINFO
AEE
AES
AIX's
AJVX
ALG
ALLBACK
ALLDB
ALLOC
ALLZEROES
AMs
API
APIs
APP
APPMALLOC
APPNAME
APPREC
ARG
ARGS
ASSOC
ASYNC
ATOI
ATOL
AUTOCOMMIT
AUTOINIT
AUTOREMOVE
Acc
www.eeworm.com/read/382268/2638424
cpp 8_9.cpp
//8_9
#include
#include
void main()
{
void* p = malloc(1000000);
int i=1;
while(p){
p = malloc(1000000);
i++;
}
cout
www.eeworm.com/read/372616/2770758
h btcx-risc.h
/*
*/
struct btcx_riscmem {
unsigned int size;
__le32 *cpu;
__le32 *jmp;
dma_addr_t dma;
};
struct btcx_skiplist {
int start;
int end;
};
int btcx_riscmem_alloc(struct
www.eeworm.com/read/366702/2871456
c net46.c
// { dg-do run }
#include
#include
#include
#include
int fail = 1;
int in_main = 0;
void *operator new(size_t size) throw (std::bad_alloc) {
if (!in_main) re
www.eeworm.com/read/362989/2925018
h dma-mapping-broken.h
#ifndef _ASM_GENERIC_DMA_MAPPING_H
#define _ASM_GENERIC_DMA_MAPPING_H
/* This is used for archs that do not support DMA */
static inline void *
dma_alloc_coherent(struct device *dev, size_t size, d
www.eeworm.com/read/252620/4402270
extra entries.extra
/aes.h////*///
/aes_cbc.h////*///
/aes_icm.h////*///
/alloc.h////*///
/auth.h////*///
/cipher.h////*///
/config.h////*///
/crypto.h////*///
/crypto_kernel.h////*///
/crypto_types.h////*///
/
www.eeworm.com/read/252620/4402273
old entries.extra.old
/aes.h////*///
/aes_cbc.h////*///
/aes_icm.h////*///
/alloc.h////*///
/auth.h////*///
/cipher.h////*///
/config.h////*///
/crypto.h////*///
/crypto_kernel.h////*///
/crypto_types.h////*///
/
www.eeworm.com/read/475683/6775695
c tuixiangzi.c
#include
#include
#include
#include
#include
#include
typedef struct winer
{
int x,y;
struct winer *p;
}winer;
www.eeworm.com/read/394238/8241302
txt iobuf.c.txt
any problems, send mails to sindybear@163.com
相关文件
/include/linux/iobuf.h
/drivers/md/lvm.c
****************************kiobuf的分配和初始化过程**********************
(1)int alloc_kiovec(int
www.eeworm.com/read/370044/9621752
s piggy.s
.section .piggydata,#alloc
.globl input_data
input_data:
#ifdef CONFIG_KERNEL_GZIP
.incbin "arch/arm/boot/compressed/piggy.gz"
#else
.incbin "arch/arm/boot/compressed/piggy.lzma"
#endif
.globl in