代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/147331/5732445
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/147331/5732449
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/147331/5732686
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/145471/5745891
h malloc.h
#ifndef _LINUX_MALLOC_H
#define _LINUX_MALLOC_H
#include
#ifdef CONFIG_DEBUG_MALLOC
#define kmalloc(a,b) deb_kmalloc(__FILE__,__LINE__,a,b)
#define kfree_s(a,b) deb_kfree_s(__FILE__
www.eeworm.com/read/144212/5752773
c malloc.c
/* malloc.c - dynamic memory allocation for bash. */
/* Copyright (C) 1985, 1987, 1997 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/137654/5822519
c malloc.c
/*-----------------------------------------------------------------------------
MALLOC.C is part of the C51 Compiler package from Keil Software.
Copyright (c) 1995-2002 Keil Software. All rights re
www.eeworm.com/read/136989/5826892
cpp malloc.cpp
// Malloc.cpp,v 1.4 2004/01/07 22:40:16 shuston Exp
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_string.h"
// Listing 1 code/ch17
#include "ace/Malloc_T.h"
#include "ace/Null_Mutex.h"
www.eeworm.com/read/136812/5857269
c malloc.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)malloc.c 1.1 92/07/30 SMI";
#endif
/*
* Copyright (c) 1986 by Sun Microsystems, Inc.
*/
/*
* file: malloc.c
* description:
* Y
www.eeworm.com/read/136812/5859567
c malloc.c
#ifndef lint
static char sccsid[] = "@(#)malloc.c 1.30 87/07/22 SMI";
#endif
/*
* This source code is a product of Sun Microsystems, Inc. and is provided
* for unrestricted use provided that this le
www.eeworm.com/read/136812/5859587
c malloc.c
#ifndef lint
static char sccsid[] = "@(#)malloc.c 1.30 87/07/22 SMI";
#endif
/*
* Copyright (c) 1986 by Sun Microsystems, Inc.
*/
/*
* This source code is a product of Sun Microsystems, Inc. and i