代码搜索:Allocation

找到约 5,034 项符合「Allocation」的源代码

代码结果 5,034
www.eeworm.com/read/449031/7519898

h memory.h

#ifndef _MEMORY_H_ #define _MEMORY_H_ #include /** * Pre-allocate a chunk of memory and allocate them in small pieces. * Those memory are never freed after allocation. Used for persist
www.eeworm.com/read/447019/7560466

java type.java

package symbols; import lexer.*; public class Type extends Word { public int width = 0; // width is used for storage allocation public Type(String s, int tag, int w) { super(s, tag);
www.eeworm.com/read/435551/7790584

h myarray.h

double **D2dmatrix(int row,int col){ int ii,jj; double **temp; temp=(double **)malloc(long(row)*sizeof(double *)); if(!temp){ cout
www.eeworm.com/read/435334/7793244

java type.java

package symbols; import lexer.*; public class Type extends Word { public int width = 0; // width is used for storage allocation public Type(String s, int tag, int w) { super(s, tag);
www.eeworm.com/read/138783/13213033

c pngerror.c

/* pngerror.c - stub functions for i/o and memory allocation * * libpng 1.0.12 - June 8, 2001 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2001 Gle
www.eeworm.com/read/318176/13484096

c ecdh.c

/* Example Elliptic Curve Diffie-Hellman program for constrained environments. Uses point compression. Stack-only memory allocation Use with this mirdef.h header (for a PC using MS C) #defin
www.eeworm.com/read/309094/13682521

txt 1.txt

#include "malloc.h" #include "stdio.h" #define alloclen sizeof(struct allocation) #define maxlen sizeof(struct max) #define avalen sizeof(struct available) #define needlen sizeof(struct need) #d
www.eeworm.com/read/307616/13719251

cpp ex4_11.cpp

// EX4_11.CPP // Calculating primes using dynamic memory allocation #include #include using std::cin; using std::cout; using std::endl; using std::setw; int main() {
www.eeworm.com/read/306652/13740585

h myarray.h

double **D2dmatrix(int row,int col){ int ii,jj; double **temp; temp=(double **)malloc(long(row)*sizeof(double *)); if(!temp){ cout
www.eeworm.com/read/136865/5841809

c pngerror.c

/* pngerror.c - stub functions for i/o and memory allocation * * libpng 1.2.5 - October 3, 2002 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2002 G