代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/169697/5414722

dat c2.dat

# A.8.1 Miscellany void* MPI::Alloc_mem(MPI::Aint size, const MPI::Info& info) static MPI::Errhandler MPI::Comm::Create_errhandler(MPI::Comm::Errhandler_fn* function) MPI::Errhandler MPI::Com
www.eeworm.com/read/169190/5426836

exp apr.exp

#! libapr-0.so * This file was AUTOGENERATED at build time. * Please do not edit by hand. apr_allocator_create apr_allocator_destroy apr_allocator_alloc apr_allocator_free apr_allocator_owner_set apr_
www.eeworm.com/read/166594/5474124

hpp os.hpp

#ifndef _RAR_OS_ #define _RAR_OS_ #define FALSE 0 #define TRUE 1 #ifdef __EMX__ #define INCL_BASE #endif #if defined(_WIN_32) || defined(_EMX) #define ENABLE_BAD_ALLOC #endif #if defined(_WIN_
www.eeworm.com/read/349338/3145156

hpp os.hpp

#ifndef _RAR_OS_ #define _RAR_OS_ #define FALSE 0 #define TRUE 1 #ifdef __EMX__ #define INCL_BASE #endif #if defined(_WIN_32) || defined(_EMX) #define ENABLE_BAD_ALLOC #endif #if defined(_WIN_
www.eeworm.com/read/341021/3259043

state-cache .state-cache

www.eeworm.com/read/341021/3261395

dat c2.dat

# A.8.1 Miscellany void* MPI::Alloc_mem(MPI::Aint size, const MPI::Info& info) static MPI::Errhandler MPI::Comm::Create_errhandler(MPI::Comm::Errhandler_fn* function) MPI::Errhandler MPI::Com
www.eeworm.com/read/340665/3269400

in configure.in

dnl This is the newlib/libc/sys/a29khif configure.in file. dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.5) AC_INIT(_alloc.s) dnl Can't be done in NEWLIB_CONFIGURE b
www.eeworm.com/read/340665/3275472

c new3.c

// GROUPS passed operator-new #include #include #include int pass = 0; void *operator new(size_t sz) throw (std::bad_alloc) { void *p; pass = 1; p = malloc(sz);
www.eeworm.com/read/340665/3275790

c p755.c

// It checks to see if you can define your own global new operator. // prms-id: 755 #include extern "C" void _exit(int); void* operator new(size_t sz) throw (std::bad_alloc) { void* p = 0;
www.eeworm.com/read/311187/3687412

c 95.c

#include #include #include #include /*字符操作函数*/ #include #define BUFFSIZE 32 #define COL 128 #define ROW 64 /*定义栈1*/ typedef struct