代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5518695
c access3.c
// { dg-do compile }
class __new_alloc {
public:
static void allocate() {}
};
template
class __debug_alloc : public _Alloc {
public:
static void allocate();
};
template
www.eeworm.com/read/181576/9245585
c wrapmem.c
/*
* Copyright (C) 2006 Giridhar Pemmasani
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* th
www.eeworm.com/read/322862/13363483
c wrapmem.c
/*
* Copyright (C) 2006 Giridhar Pemmasani
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* th
www.eeworm.com/read/344605/11870778
c wrapmem.c
/*
* Copyright (C) 2006 Giridhar Pemmasani
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* th
www.eeworm.com/read/356534/10225110
cpp fdtd_3d_alloc.cpp
#include "fdtd_3d_alloc.h"
#include "Matrix.h"
///////////////////////////////////////////////////////////////////////////////////////
//Allocate memory for the PML parameters - Ex field componen
www.eeworm.com/read/356534/10225112
h fdtd_3d_alloc.h
int Alloc_PML_Ex(double **K_Gx_a_1, double **K_Gx_b_1, double **K_Ex_a_1,
double **K_Ex_b_1, double **K_Ex_c_1, double **K_Ex_d_1,
double **K_Gx_a_2, double **K_Gx_b_2, double **K_Ex_a_2