代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/207995/4997635
h cdib.h
// cdib.h 对CDib类中数据和函数进行进行声明
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
public:
enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的
www.eeworm.com/read/195341/5112074
listing .listing
-rw-r--r-- 1 3 1025 1148 May 14 1975 alloc.c
-rw-r--r-- 1 3 1025 37 May 14 1975 calloc.c
-rw-r--r-- 1 3 1025 508 May 14 1975 cclose.c
-rw
www.eeworm.com/read/187121/5226452
h cdib.h
// cdib.h 对CDib类中数据和函数进行进行声明
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
public:
enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的
www.eeworm.com/read/184531/5248848
h cdib.h
// cdib.h 对CDib类中数据和函数进行进行声明
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
public:
enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的
www.eeworm.com/read/167728/5452767
c qrng.c
/* Author: G. Jungman
*/
#include
#include
#include
#include
#include
gsl_qrng *
gsl_qrng_alloc (const gsl_qrng_type * T, unsigne
www.eeworm.com/read/340665/3267037
d tls.d
#objdump: -dr
#name: ia64 tls
.*: +file format .*
Disassembly of section \.text:
0000000000000000 :
0: 0d 20 21 0a 80 05 \[MFI\] alloc r36=ar\.pfs,8,5,0
2: LTOFF_TPREL22 x
6: 0
www.eeworm.com/read/325387/3484466
c ngx_palloc.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
ngx_pool_t *
ngx_create_pool(size_t size, ngx_log_t *log)
{
ngx_pool_t *p;
p = ngx_alloc(size, log);