代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/182103/5266730
c malloc.c
/*
* RTEMS Malloc Family Implementation
*
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* fou
www.eeworm.com/read/179911/5297981
h malloc.h
#ifndef _LINUX_MALLOC_H
#define _LINUX_MALLOC_H
#include
#endif /* _LINUX_MALLOC_H */
www.eeworm.com/read/178942/5311599
h malloc.h
/****************************************************************************
* Copyright (C) 2001-2004 MITSUBISHI ELECTRIC CORPORATION and
* RENESAS SOLUTIONS CORPORATION
* All rights reserved.
*
www.eeworm.com/read/178760/5312871
c malloc.c
/*
* malloc.c - dynamic memory allocation
*
* written by Vangelis Rokas, 2004 (vrokas@otenet.gr)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of
www.eeworm.com/read/178760/5313382
h malloc.h
/*
* malloc.h - dynamic memory allocation header
*
* written by Vangelis Rokas, 2004 (vrokas@otenet.gr)
*
* This program is free software; you can redistribute it and/or modify it
* under the te
www.eeworm.com/read/178760/5313635
c malloc.c
/* Simple malloc tests.
*/
#include
#include
#if defined(SDCC_pic16)
#include
#endif
xdata char heap[100];
void
testMalloc(void)
{
void xdata *p1, *p2, *p3;
ch
www.eeworm.com/read/176125/5340148
h malloc.h
/*
A version of malloc/free/realloc written by Doug Lea and released to the
public domain. Send questions/comments/complaints/performance data
to dl@cs.oswego.edu
* VERSION 2.6.6 Sun Mar 5 1
www.eeworm.com/read/170239/5406080
c malloc.c
/* malloc():
* A simple memory allocator useful for embedded systems to provide
* some level of debug, plus the ability to increase heap space into
* additional memory that is not contiguous wi
www.eeworm.com/read/169697/5413180
c malloc.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* Copyright (C) 1997 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*/
/* These are routines for allocating and dealloc