代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/192268/8390321
h x_malloc.h
extern void *xmalloc (size_t size);
extern void *xrealloc (void *ptr, size_t newsize);
www.eeworm.com/read/291494/8413266
h yaffs_malloc.h
#ifndef __YAFFS_MALLOC_H__
/*
* YAFFS: Yet another Flash File System . A NAND-flash specific file system.
*
* Copyright (C) 2002-2007 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engi
www.eeworm.com/read/391005/8428476
h my_malloc.h
#include
typedef long Align; /* for alignment to long boundary */
union header { /* block header: */
struct {
union header *next; /* next block if on Free list */
unsigned int siz
www.eeworm.com/read/391005/8428480
c my_malloc.c
#include
#include "my_malloc.h"
static Header base; /* empty list to get started */
static Header *free_list = NULL; /* start of free list */
/* Malloc: general-purpose storage allocat
www.eeworm.com/read/290592/8473600
h malloc_funcs.h
/*
* Function prototypes for the malloc user level routines.
*
* Copyright 2000 by Gray Watson
*
* This file is part of the dmalloc package.
*
* Permission to use, copy, modify, and distribute
www.eeworm.com/read/189063/8492274
c malloc4.c
/**************************************************************************
File: malloc4.c
2,3,4 dimensional memory allocators.
written by Xavier Bouyssounouse
***********************
www.eeworm.com/read/189063/8492278
rea malloc~1.rea
###########################################################
Information on file: malloc4.c
Written by Xavier Bouyssounouse.
###########################################################
Routines in
www.eeworm.com/read/189063/8492280
h malloc4.h
/*******************************************
Header file for malloc4
*******************************************/
#ifndef _MALLOC4_H_
#define _MALLOC4_H_
#if __STDC__ || defined(__cplusplus)
www.eeworm.com/read/189063/8492348
c malloc4.c
/**************************************************************************
File: malloc4.c
2,3,4 dimensional memory allocators.
written by Xavier Bouyssounouse
***********************
www.eeworm.com/read/189063/8492349
h malloc4.h
/*******************************************
Header file for malloc4
*******************************************/
#ifndef _MALLOC4_H_
#define _MALLOC4_H_
#if __STDC__ || defined(__cplusplus)