代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/252304/12286798
c pj_malloc.c
/* allocate and deallocate memory */
#ifndef lint
static const char SCCSID[]="@(#)pj_malloc.c 4.3 93/06/12 GIE REL";
#endif
/* These routines are used so that applications can readily replace
** pro
www.eeworm.com/read/251956/12309797
c port_malloc.c
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
Copyright (C) 2001,2002,2003 Aymeric MOIZARD jack@atosc.org
This library is free software; you can redistribute
www.eeworm.com/read/251577/12335122
hpp malloc_allocator.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/memory/malloc_allocator.hpp (formerly stlsoft/malloc_allocator.hpp, stlsoft_malloc_allocator.h; or
www.eeworm.com/read/251577/12335269
hpp malloc_allocator.hpp
#ifndef STLSOFT_INCL_STLSOFT_H_STLSOFT
# include
#endif /* !STLSOFT_INCL_STLSOFT_H_STLSOFT */
#ifdef STLSOFT_CF_PRAGMA_MESSAGE_SUPPORT
# pragma message("This file is now obso
www.eeworm.com/read/148833/12422554
h malloc-machine.h
/* Basic platform-independent macro definitions for mutexes,
thread-specific data and parameters for malloc.
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of the GNU C L
www.eeworm.com/read/148833/12422562
h malloc-machine.h
/* Basic platform-independent macro definitions for mutexes,
thread-specific data and parameters for malloc.
Solaris threads version.
Copyright (C) 2004 Wolfram Gloger .
Permis
www.eeworm.com/read/148833/12422572
h malloc-machine.h
/* Basic platform-independent macro definitions for mutexes,
thread-specific data and parameters for malloc.
Posix threads (pthreads) version.
Copyright (C) 2004 Wolfram Gloger
www.eeworm.com/read/148833/12422579
h malloc-machine.h
/* Basic platform-independent macro definitions for mutexes,
thread-specific data and parameters for malloc.
SGI threads (sprocs) version.
Copyright (C) 2004 Wolfram Gloger .
P
www.eeworm.com/read/148833/12422618
c malloc-stats.c
/* Malloc implementation for multiple threads; statistics printing.
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Wolfram Gloger
www.eeworm.com/read/131716/14132223
h my_malloc.h
#include
typedef long Align; /* for alignment to long boundary */
union header { /* block header: */
struct {
union header *next; /* next block if on Free list */
unsigned int siz