代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/305712/3770415
c malloc.c
#include
/* awful hack
This variable is set to 1 after a call to calloc() if this malloc
implementation is active. This is used in konqueror when calling
mallinfo(), which doesn't seem
www.eeworm.com/read/305703/3770956
h malloc.h
/* MShowTec - www.mshowtec.com
** msLinux malloc.h ver1.0
** 20051221 lmjx create limiao@mshowtec.com
**
*/
#ifndef MSLINUX_MALLOC_H
#define MSLINUX_MALLOC_H
void free(void*p);
void *mall
www.eeworm.com/read/305703/3770960
c malloc.c
/* MShowTec - www.mshowtec.com
** msLinux malloc.c ver1.0
** 20051221 lmjx create limiao@mshowtec.com
**
*/
#define MSLINUX_MALLOC_C
#include "memory.h"
#include "malloc.h"
void *malloc
www.eeworm.com/read/304849/3784429
c malloc.c
//
// Visopsys
// Copyright (C) 1998-2007 J. Andrew McLaughlin
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public
www.eeworm.com/read/304657/3794044
c malloc.c
/*
* Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
* Copyright (c) 1991-1994 by Xerox Corporation. All rights reserved.
* Copyright (c) 2000 by Hewlett-Packard Company. All rights reserved.
www.eeworm.com/read/304654/3794723
c malloc.c
/* simple malloc function */
#include
#define AAT_SIZE 1024
static unsigned char pile[64*1024];
static int initial = 0;
static void *pile_base = NULL;
typedef struct alloc_addr
{
void
www.eeworm.com/read/304568/3797948
c malloc.c
/*
* malloc.c: safe wrappers around malloc, realloc, free, strdup
*/
#include
#include
#include
#include "halibut.h"
#ifdef LOGALLOC
#define LOGPARAMS char *file,
www.eeworm.com/read/304222/3802717
c malloc.c
/* $Header$ */
/* replace undef by define */
#undef DEBUG /* check assertions */
#undef SLOWDEBUG /* some extra test loops (requires DEBUG) */
#include
#include
#include
www.eeworm.com/read/299781/3850682
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/298657/3860306
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