代码搜索:alloc

找到约 10,000 项符合「alloc」的源代码

代码结果 10,000
www.eeworm.com/read/221464/4830874

cpp has_part_alloc_fail.cpp

// 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.boost.org/LICENSE_1_0.txt)
www.eeworm.com/read/221464/4830880

cxx boost_has_part_alloc.cxx

// (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/221464/4831431

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 // // Permission to copy, use, modify, sell and distribute this sof
www.eeworm.com/read/169697/5412415

c ch3_alloc_mem.c

/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #include "mpidi_ch3_impl.h" MPIDI_CH3I_Alloc_mem_list_t *M
www.eeworm.com/read/168845/5433445

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
www.eeworm.com/read/168845/5433489

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
www.eeworm.com/read/168845/5433570

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/168845/5434603

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. (Se
www.eeworm.com/read/162614/5526151

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/162614/5526208

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