代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/125688/6025925
c malloc.c
#ifndef OSKIT
/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* wrote this file. As long as you retain
www.eeworm.com/read/125688/6026309
h malloc.h
/*
* Copyright (c) 1987, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/125688/6026609
h malloc.h
#if __GNUC__
#warning "this file includes which is obsoleted, use instead"
#endif
#include
www.eeworm.com/read/125688/6026745
h malloc.h
/* $NetBSD: malloc.h,v 1.56 2000/11/10 16:21:22 simonb Exp $ */
/*
* Copyright (c) 1987, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in so
www.eeworm.com/read/125688/6026988
c malloc.c
/* $TOG: utils.c /main/128 1997/06/01 13:50:39 sekhar $ */
/*
Copyright (c) 1987 X Consortium
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and assoc
www.eeworm.com/read/124347/6051110
h malloc.h
/* Prototypes and definition for malloc implementation.
Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free
www.eeworm.com/read/124347/6051168
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/124347/6051570
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/124347/6051894
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/124347/6051898
h malloc.h
#ifndef _MACHMALLOC_H_
#define _MACHMALLOC_H_
/* place holder so platforms may add malloc.h extensions */
#endif /* _MACHMALLOC_H_ */