代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/100051/15887051

c readsmb.c

/* http://www.cotse.com Fear the swimming Elephant! */ /* readsmb.c v0.56 * by the basement research 5/29/98 * * Many thanks to L0pht Heavy Industries - with
www.eeworm.com/read/340665/3270979

c mlock.c

#ifndef MALLOC_PROVIDED /* FUNCTION , --lock malloc pool INDEX __malloc_lock INDEX __malloc_unlock ANSI_SYNOPSIS #include void __malloc_lock (struc
www.eeworm.com/read/298657/3861932

c mlock.c

#ifndef MALLOC_PROVIDED /* FUNCTION , ---lock malloc pool INDEX __malloc_lock INDEX __malloc_unlock ANSI_SYNOPSIS #include void __malloc_lock (stru
www.eeworm.com/read/279968/4131142

c mlock.c

#ifndef MALLOC_PROVIDED /* FUNCTION , ---lock malloc pool INDEX __malloc_lock INDEX __malloc_unlock ANSI_SYNOPSIS #include void __malloc_lock (stru
www.eeworm.com/read/390920/8433539

c jmemnobs.c

#define JPEG_INTERNALS #include "jinclude.h" #include "jpeglib.h" #include "jmemsys.h" /* import the system-dependent declarations */ #ifndef HAVE_STDLIB_H /* should declare malloc(
www.eeworm.com/read/388262/8621080

h mem.h

/* * copyright (c) 2006 Michael Niedermayer * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of t
www.eeworm.com/read/432029/8637062

h mem.h

/* * copyright (c) 2006 Michael Niedermayer * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU
www.eeworm.com/read/287849/8664492

cpp harq.cpp

#include #include #include #include #define RAND_MAX 32767 #include "stdafx.h" #pragma comment(lib,"crc2.lib") #pragma comment(lib,"crc1.lib") #pragma co
www.eeworm.com/read/430434/8747595

h stdlib.h

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

cpp 3.cpp

#include #include #include /* * 主要是大数相乘相加的算法,还有就是数字和字符串之间的转化,要注意小数点 */ int main() { // 大数相加和大数相乘函数,实现接口,前 4 个参数分别为要计算的两个数组的数组名和长度,第 5, 6 个参数为要得到结果的数组名