代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5526211
f90 array_alloc_2.f90
! Like array_alloc_1.f90, but check cases in which the array length is
! not a literal constant.
! { dg-do run }
program main
implicit none
integer, parameter :: n = 100
call test (n, f1 ())
c
www.eeworm.com/read/337445/3340077
rss torture_su_alloc_reg.rss
// part of Symbian build files for sofia-sip package
//
// Copyright (C) 2005,2006,2007 Nokia Corporation
// Contact: Pekka Pessi
// Licensed under LGPL. See file COPYING.
www.eeworm.com/read/428078/1962387
c filter_alloc2d.c
/*..........................................................................*/
/* */
/* L a s t W a v e P a c k a g e '
www.eeworm.com/read/412251/2172334
svn-base my_alloc.h.svn-base
/* Copyright (C) 2000 MySQL AB
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
the Free Software
www.eeworm.com/read/375190/2734756
cpp has_part_alloc_pass.cpp
// This file was automatically generated on Fri Dec 03 18:04:00 2004
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the
www.eeworm.com/read/375190/2734817
cpp has_part_alloc_fail.cpp
// This file was automatically generated on Fri Dec 03 18:04:00 2004
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the
www.eeworm.com/read/375190/2734943
ipp boost_has_part_alloc.ipp
// (C) Copyright John Maddock 2001.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://
www.eeworm.com/read/375190/2737007
cpp shared_ptr_alloc_test.cpp
//
// shared_ptr_alloc_test.cpp - use to evaluate the impact of count allocations
//
// Copyright (c) 2002, 2003 Peter Dimov
//
// Distributed under the Boost Software License, Version 1.0. (See
//
www.eeworm.com/read/366702/2876496
f90 array_alloc_1.f90
! PR 21104. Make sure that either f() or its caller will allocate
! the array data. We've decided to make the caller allocate it.
! { dg-do run }
program main
implicit none
call test (f ())
cont
www.eeworm.com/read/366702/2876691
f90 array_alloc_3.f90
! Like array_alloc_1.f90, but check multi-dimensional arrays.
! { dg-do run }
program main
implicit none
call test ((/ 3, 4, 5 /), f ((/ 3, 4, 5 /)))
contains
subroutine test (expected, x)
i