代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/375619/9355615

h stdlib.h

extern char *malloc(); extern char *realloc();
www.eeworm.com/read/446646/7572948

html badalloc.html

www.eeworm.com/read/314474/13566545

linux readme.linux

From: Alex Franz Date: Fri, 06 Oct 2000 16:14:03 PDT And, here are the details of the malloc problem that I had with the SRI LM toolkit: I compiled it with gcc under Redhat
www.eeworm.com/read/148833/12422544

readme

ptmalloc2 - a multi-thread malloc implementation ================================================ Wolfram Gloger (wg@malloc.de) Nov 2004 Introduction ============ This package is a modified versi
www.eeworm.com/read/207008/15284225

solaris2 readme.solaris2

The collector supports both incremental collection and threads under Solaris 2. The incremental collector normally retrieves page dirty information through the appropriate /proc calls. But it can al
www.eeworm.com/read/109918/15545815

h stdlib.h

extern char *malloc(); extern char *realloc();
www.eeworm.com/read/100236/15879809

readme

Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers This material may be freely distributed, provided this notice is retained. This material is provided as is, with no warranty expressed or implied. Us
www.eeworm.com/read/387891/8648440

c mem.c

/* * default memory allocator for libavcodec * Copyright (c) 2002 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser
www.eeworm.com/read/283587/9004246

c mem.c

/* * default memory allocator for libavcodec * Copyright (c) 2002 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser
www.eeworm.com/read/178154/9416971

h mem.h

#ifndef __malloc_h__ #define __malloc_h__ #include "D:\gui\include\def.h" /*分配和销毁函数*/ extern void *malloc(int); extern void *free(void *); /*内存操作和字符串操作*/ extern void memset(void *,char,int);