代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/492033/6430376

h lhsrhs.h

#ifndef LHSRHS_H #define LHSRHS_H #include #include "iotools.h" class lhsrhs { public: lhsrhs (); ~lhsrhs (); void alloc (); double *give_lhs (long i); double *give_tdlhs (long
www.eeworm.com/read/489153/6474359

cpp udtypes.cpp

#include "UDTypes.h" #include #include #include #include #include #include UDTypeList udt; UDType::UDType() { NumVars=0;
www.eeworm.com/read/402694/11529437

c txz.c

#include #include #include #include #include #include typedef struct winer { int x,y; struct winer *p; }winer;
www.eeworm.com/read/157814/11661926

c ch5_4.c

#include #include #define M 20 typedef struct node { char data; struct node *lchild,*rchild; }JD; void inorder(JD *bt) { int i=0; JD *p,*s[M]; p=bt;
www.eeworm.com/read/340477/12155066

xmap opentcp_mcf5282.xmap

# Link map of start # Unreferenced symbols: (alloc.c ) [whole file] (firewall.c ) [whole file] (tcp_ip.c ) [whole file] (fp_coldfire.o ) [whole file] _smtp_temp (smtp_callbacks.c )
www.eeworm.com/read/339329/12242320

h kl_cmempool.h

/// /// @file kl_cmempool.h /// @author Kevin Lynx, i suppose you should check the SGI stl alloc source code because i copyed them.:D /// @date 6.11.2008 /// #ifndef ___KL_C_MEM_POOL_H_ #define
www.eeworm.com/read/338523/12296893

m ps_falloc.m

function PIs=PS_falloc(chro) % Allocation process and fitness evaluation % Use with PS_alloc.m file % PenChen Chou. 2005-4-18. global MTX MAX % Get the numbers of items [M,N]=size(chro);PIs=
www.eeworm.com/read/131795/14126543

dat funtc252b.dat

#include #include #include #include #include int main(void) { char *path, *ptr; int i = 0; ptr = getenv("PATH"); path = mall
www.eeworm.com/read/131795/14127138

dat funtc137b.dat

#include #include #include #include int main(void) { char far *fptr; char *str = "Hello"; fptr = farmalloc(10); movedata(FP_SEG(str), FP
www.eeworm.com/read/233367/14156930

h cdib.h

#ifndef _INSIDE_VISUAL_CPP_CDIB #define _INSIDE_VISUAL_CPP_CDIB class CDib : public CObject { public: enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的状况 DECLARE_SERIAL(CDib) publi