代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/298657/3860513
c malloc.c
/* Malloc implementation for multiple threads without lock contention.
Copyright (C) 1996-2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Wolf
www.eeworm.com/read/298657/3861270
h malloc.h
#ifndef _MACHMALLOC_H_
#define _MACHMALLOC_H_
# if defined(__ALTIVEC__)
_PTR _EXFUN(vec_calloc,(size_t __nmemb, size_t __size));
_PTR _EXFUN(_vec_calloc_r,(struct _reent *, size_t __nmemb, siz
www.eeworm.com/read/298657/3861648
h malloc.h
/* malloc.h -- header file for memory routines. */
#ifndef _INCLUDE_MALLOC_H_
#define _INCLUDE_MALLOC_H_
#include
#include
#define __need_size_t
#include
/* inc
www.eeworm.com/read/298657/3861653
h malloc.h
#ifndef _MACHMALLOC_H_
#define _MACHMALLOC_H_
/* place holder so platforms may add malloc.h extensions */
#endif /* _MACHMALLOC_H_ */
www.eeworm.com/read/298657/3861902
c malloc.c
/* VxWorks provides its own version of malloc, and we can't use this
one because VxWorks does not provide sbrk. So we have a hook to
not compile this code. */
/* The routines here are simple
www.eeworm.com/read/297453/3886884
c malloc.c
/* $Id: malloc.c 262 2006-11-16 07:34:57Z solar $ */
/* Release $Name$ */
/* void * malloc( size_t )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, m
www.eeworm.com/read/297137/3890249
c malloc.c
/*
* Copyright (C) 1998, 1999, Jonathan S. Shapiro.
*
* This file is part of the EROS Operating System.
*
* This program is free software; you can redistribute it and/or
* modify it under the te
www.eeworm.com/read/297137/3890398
c malloc.c
/*
* Copyright (C) 1998, 1999, Jonathan S. Shapiro.
*
* This file is part of the EROS Operating System.
*
* This program is free software; you can redistribute it and/or
* modify it under the te
www.eeworm.com/read/297137/3891008
h malloc.h
/*
* Copyright (C) 1998, 1999, Jonathan Adams.
*
* This file is part of the EROS Operating System.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms o
www.eeworm.com/read/297137/3891015
c malloc.c
/*
* Copyright (C) 1998, 1999, Jonathan Adams.
*
* This file is part of the EROS Operating System.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms o