代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/129726/14231560

c heapnode.c

#include #include #define NUM_PTRS 10 #define NUM_BYTES 16 int main(void) { char *array[ NUM_PTRS ]; int i; for( i = 0; i < NUM_PTRS; i++ ) array[
www.eeworm.com/read/129726/14231590

c open.c

#include #include #include #include #include void main(int argc,char *argv[]) { int handle; int offset=0; int length; void *buf; if (argc
www.eeworm.com/read/129561/14238375

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/128628/14286362

c deltree.c

#include #include #include #include #include #include void main(int argc, char **argv) { void delete_tree(void); char buff
www.eeworm.com/read/128628/14288263

c heapwalk.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; struct heapinfo node = { NULL, 0, 0}; buffer1 = malloc(100); buffer2 = malloc(200);
www.eeworm.com/read/222533/14686829

c shortlib.c

#include "menudrv.h" #include "menudrv.def" #include #include #include #include #include #include #include /* Important!
www.eeworm.com/read/221881/14715992

c hash.c

#include #include #include "hash.h" #include "util.h" #define HASHSIZE 4093 static int hash_value (char *name); struct s_hash **alloc_hash_table (void) { /* Creates a hash
www.eeworm.com/read/221324/14744423

txt c语言库函数(s类字母) - 1.txt

函数名: sbrk 功 能: 改变数据段空间位置 用 法: char *sbrk(int incr); 程序例: #include #include int main(void) { printf("Changing allocation with sbrk()\n"); prin
www.eeworm.com/read/121395/14757694

c dns_dfd.c

#include "error.h" #include "alloc.h" #include "byte.h" #include "dns.h" int dns_domain_fromdot(char **out,const char *buf,unsigned int n) { char label[63]; unsigned int labellen = 0; /*
www.eeworm.com/read/119982/14814930

c deltree.c

#include #include #include #include #include #include void main(int argc, char **argv) { void delete_tree(void); char buff