代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/279968/4129395
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/279968/4129602
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/279968/4130438
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/279968/4130842
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/279968/4130847
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/279968/4131112
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/277562/4154867
h malloc.h
/* $Id: malloc.h 974 2007-02-19 01:13:53Z bennylp $ */
/*
* Copyright (C)2003-2007 Benny Prijono
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/275562/4175242
zc malloc.zc
//[c]malloc - declarations and definitions for memory allocation functions
//[c]
import "base/types"
//[c]
//[c]Function prototypes
//[c]
public [name="c", call="__cdecl"]
typedef malloc size
www.eeworm.com/read/275562/4175247
zc malloc.zc
//=============================================================================
// malloc - declarations and definitions for memory allocation functions
//===========================================
www.eeworm.com/read/275562/4175254
zc malloc.zc
//=============================================================================
// malloc - declarations and definitions for memory allocation functions
//===========================================