代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/334243/12615560

h kernel.h

/* * 'kernel.h' contains some often-used function prototypes etc */ /* * 'kernel.h'定义了一些常用函数的原型等。 */ // 验证给定地址开始的内存块是否超限。若超限则追加内存。( kernel/fork.c, 24 )。 void verify_area (void *addr, int count); // 显示
www.eeworm.com/read/146494/12642414

c calloc.c

/*----------------------------------------------------------------------------- CALLOC.C is part of the C51 Compiler package from Keil Software. Copyright (c) 1995-1999 Keil Software. All rights re
www.eeworm.com/read/238320/13892925

c chk_disk.c

#include #include #include void main(void) { struct fatinfo fat; long sector, total_sectors; void *buffer; getfat(3, &fat); total_sectors = fa
www.eeworm.com/read/238316/13894854

c chk_disk.c

#include #include #include void main(void) { struct fatinfo fat; long sector, total_sectors; void *buffer; getfat(3, &fat); total_sectors = fa
www.eeworm.com/read/238313/13895879

c chk_disk.c

#include #include #include void main(void) { struct fatinfo fat; long sector, total_sectors; void *buffer; getfat(3, &fat); total_sectors = fa
www.eeworm.com/read/135593/13917810

txt 从内部破坏系统(2).txt

发信人: lgwu (乱世糊涂虫), 信区: Security 标 题: 从内部破坏系统(2) 发信站: 武汉白云黄鹤站 (Sat Feb 27 17:31:14 1999) , 站内信件 先申明,这次我贴的是完整的程序,而且在任何unix平台上都可以运行并摧毁该系统 对产生的后果,本人概不负责. **********cut**********
www.eeworm.com/read/237746/13933903

h stdlib.h

/*-------------------------------------------------------------------------- STDLIB.H Standard functions. Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc. All rights reserved
www.eeworm.com/read/236837/13996379

c chk_disk.c

#include #include #include void main(void) { struct fatinfo fat; long sector, total_sectors; void *buffer; getfat(3, &fat); total_sectors = fa
www.eeworm.com/read/133707/14029238

lnt lib-ole.lnt

// BSTR functions (part of OLE Automation) -sem( SysAllocString, @p == malloc(1p) || @p == 0, 1p ) -sem( SysAllocStringByteLen, @P == malloc(2n+1) || @p == 0 ) -sem( SysAllocStringLen, @p == ma
www.eeworm.com/read/133707/14029558

lnt lib-ole.lnt

// BSTR functions (part of OLE Automation) -sem( SysAllocString, @p == malloc(1p) || @p == 0, 1p ) -sem( SysAllocStringByteLen, @P == malloc(2n)+1 || @p == 0 ) -sem( SysAllocStringLen, @p == ma