代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/284120/8965398

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/382584/9019170

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/382395/9031417

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/282768/9065620

c 146.c

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

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/181525/9247349

c ship.c

# include # include "13h.h" # include # include # include "timer.h" # include # include struct stBOMB { int x; int y; BOOL Use
www.eeworm.com/read/180601/9301102

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/376114/9330680

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/373036/9476926

c ship.c

# include # include "13h.h" # include # include # include "timer.h" # include # include struct stBOMB { int x; int y; BOOL Use
www.eeworm.com/read/176812/9483723

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

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