代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/311187/3687532

c 95.c

#include #include #include #include /*字符操作函数*/ #include #define BUFFSIZE 32 #define COL 128 #define ROW 64 /*定义栈1*/ typedef struct
www.eeworm.com/read/303435/3811705

makefile

# Makefile for ...cwp/lib include $(CWPROOT)/src/Makefile.config D = $I/cwp.h LIB = $L/libcwp.a ARCH = \ $(LIB)(abel.o) \ $(LIB)(airy.o) \ $(LIB)(alloc.o) \ $(LIB)(antialias.o) \ $(LIB)(axb
www.eeworm.com/read/296064/3908284

c filesystem.c

#include #include #include #include #include #include "filesystem.h" #include "m
www.eeworm.com/read/282272/4106389

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/443386/1745717

h btcx-risc.h

struct btcx_riscmem { unsigned int size; u32 *cpu; u32 *jmp; dma_addr_t dma; }; struct btcx_skiplist { int start; int end; }; int btcx_riscmem_alloc(struct pci_de
www.eeworm.com/read/440906/1777104

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/440906/1777422

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/433521/1883212

xmap example_sram.xmap

# Unreferenced symbols: (assert.c ) [whole file] (alloc.c ) [whole file] (queue.c ) [whole file] (uif.c ) [whole file] _OSIntExitY (os_core.c ) (os_mbox.c ) [whole file] (os_mutex.c )
www.eeworm.com/read/433521/1883310

xmap example_sram.xmap

# Unreferenced symbols: (assert.c ) [whole file] (alloc.c ) [whole file] (queue.c ) [whole file] (uif.c ) [whole file] _OSIntExitY (os_core.c ) (os_mbox.c ) [whole file] (os_mutex.c )
www.eeworm.com/read/411488/2187627

mak gcc-amigaos-m68k.mak

# # This requires GNU make. # srcdir = . VPATH = . SHELL = /bin/sh # point this to proper location STL_INCL = -I../../stlport AUX_LIST = TestClass.cpp main.cpp nc_alloc.cpp random_number.cpp TEST_