代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/383950/8909374

h alloc.h

/* ALLOC.H - Interface to memory allocation procedure. */ /* Copyright (c) 1996 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program * for purposes of res
www.eeworm.com/read/383950/8909409

c alloc.c

/* ALLOC.C - Routine to allocate memory and complain if it doesn't work. */ /* Copyright (c) 1996 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program * f
www.eeworm.com/read/427313/8951886

h alloc.h

/* Storage allocation interface for bison, Copyright (C) 1984, 1989 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. Bison is free software; you can redistrib
www.eeworm.com/read/427173/8970028

h alloc.h

@函数名称: brk 函数原型: int brk(void *eds) 函数功能: 改变数据段所用内存的数量 函数返回: 参数说明: 所属文件: #include #include int main() { char *ptr; printf("Changing a
www.eeworm.com/read/185783/8985804

c alloc.c

#include "db.h" /* Allocate & initialize a DB structure, and all the buffers it needs */ DB * _db_alloc(int namelen) { DB *db; /* Use calloc, to init structure to zero */ if ( (db = calloc(1
www.eeworm.com/read/382242/9040988

asm alloc.asm

.PB main #init the heap LQI $R1,3 INT 7 #allocate memory, place address in $R20 LQI $R2,20 LQI $R1,0 INT 7 MOV $R20,$R3 MOV $R2,$R20 LQI $R1,20 INT 0 LQI $R2,10 LQI $R1,16 INT 0
www.eeworm.com/read/382242/9040998

run alloc.run

www.eeworm.com/read/382242/9041185

asm alloc.asm

.PB main #init the heap LQI $R1,3 INT 7 #allocate memory, place address in $R20 LQI $R2,20 LQI $R1,0 INT 7 MOV $R20,$R3 MOV $R2,$R20 LQI $R1,20 INT 0 LQI $R2,10 LQI $R1,16 INT 0
www.eeworm.com/read/382242/9041188

run alloc.run

www.eeworm.com/read/382196/9042574

h alloc.h