代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/339800/3294458
h malloc.h
/*
* malloc.h
*
* Support for programs which want to use malloc.h to get memory management
* functions. Unless you absolutely need some of these functions and they are
* not in the ANSI headers y
www.eeworm.com/read/328214/3446241
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(_
www.eeworm.com/read/322306/3525863
c malloc.c
char *sbrk();
char *malloc(int s)
{
return sbrk(s);
}
free(char *s)
{
}
www.eeworm.com/read/322306/3526317
h malloc.h
#ifndef _MALLOC_H_
#define _MALLOC_H_
typedef _PTR mptr; /* a generic pointer, eg: (void *) */
/* #define debug */
/* #define rcheck */
#define MSTATS
/*
* INT32 may be ugly, but we need to speci
www.eeworm.com/read/322306/3526335
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/321693/3531283
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/319460/3557445
c malloc.c
/*
*----------------------------------------------------------------------
* T-Kernel / Standard Extension
*
* Copyright (C) 2006 by Ken Sakamura. All rights reserved.
* T-Kernel / Stand
www.eeworm.com/read/316872/3605060
c malloc.c
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright © 2001-2007 Red Hat, Inc.
*
* Created by David Woodhouse
*
* For licensing information, see the file
www.eeworm.com/read/316872/3605682
h malloc.h
/*
* malloc.h - NTFS kernel memory handling. Part of the Linux-NTFS project.
*
* Copyright (c) 2001-2005 Anton Altaparmakov
*
* This program/include file is free software; you can redistribute it
www.eeworm.com/read/314660/3630465
so malloc.so
m4_comment([$Id: malloc.so,v 10.20 2001/04/03 16:27:58 bostic Exp $])
m4_ref_title(Access Methods,
Non-local memory allocation,, am_conf/dup, am_conf/bt_compare)
m4_p([dnl
m4_db allocates memory