代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/167728/5452809
c test_main.c
for (I = problems ; I->f != 0; I++)
{
size_t i;
double sum = 0, mean, sumd2 = 0, sd, res, err;
gsl_rng * r;
if (I->dim > 3)
{
continue ;
}
r = gsl_rng_alloc (gsl_rng_def
www.eeworm.com/read/162614/5521170
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
www.eeworm.com/read/340665/3269900
h cs.h
#ifndef _CS_H_
#define _CS_H_
#include
#ifdef __cplusplus
extern "C" {
#endif
typedef void *CS;
void cs_setparam(void (*fcn)(void), int thresh);
CS cs_alloc();
void cs_free(CS cs
www.eeworm.com/read/340665/3271713
h cs.h
#ifndef _CS_H_
#define _CS_H_
#include
#ifdef __cplusplus
extern "C" {
#endif
typedef void *CS;
void cs_setparam(void (*fcn)(void), int thresh);
CS cs_alloc();
void cs_free(CS cs
www.eeworm.com/read/340665/3275167
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/336825/3347179
svn-base mem.h.svn-base
#ifndef MEM_INCLUDED
#define MEM_INCLUDED
#include "except.h"
extern const Except_T Mem_Failed;
extern void *Mem_alloc (int nbytes,
const char *file, int line);
extern void *Mem_calloc(int count, int
www.eeworm.com/read/336825/3347205
h mem.h
#ifndef MEM_INCLUDED
#define MEM_INCLUDED
#include "except.h"
extern const Except_T Mem_Failed;
extern void *Mem_alloc (int nbytes,
const char *file, int line);
extern void *Mem_calloc(int count, int
www.eeworm.com/read/336825/3347848
svn-base mem.h.svn-base
#ifndef MEM_INCLUDED
#define MEM_INCLUDED
#include "except.h"
extern const Except_T Mem_Failed;
extern void *Mem_alloc (int nbytes, const char *file, int line);
extern void *Mem_calloc(int count, int
www.eeworm.com/read/336825/3347905
h mem.h
#ifndef MEM_INCLUDED
#define MEM_INCLUDED
#include "except.h"
extern const Except_T Mem_Failed;
extern void *Mem_alloc (int nbytes, const char *file, int line);
extern void *Mem_calloc(int count, int
www.eeworm.com/read/325387/3484463
c ngx_radix_tree.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
static void *ngx_radix_alloc(ngx_radix_tree_t *tree);
ngx_radix_tree_t *
ngx_radix_tree_create(ngx_pool_t *pool