代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/147363/12559639
h malloc.h
/***
*malloc.h - declarations and definitions for memory allocation functions
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Contains the func
www.eeworm.com/read/147328/12564355
c malloc.c
#include "../h/param.h"
#include "../h/systm.h"
#include "../h/uba.h"
#include "../h/map.h"
#include "../h/page.h"
#include "../h/mem.h"
/*
* Allocate 'size' units from the given
* map. Return the
www.eeworm.com/read/334243/12615463
c malloc.c
/*
* malloc.c --- a general purpose kernel memory allocator for Linux.
*
* Written by Theodore Ts'o (tytso@mit.edu), 11/29/91
*
* This routine is written to be as fast as possible, so that it
* can be
www.eeworm.com/read/334162/12628424
c malloc.c
/*
* Copyright (c) 1997-1999, 2003 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lic
www.eeworm.com/read/146494/12642421
c malloc.c
/*-----------------------------------------------------------------------------
MALLOC.C is part of the C51 Compiler package from Keil Software.
Copyright (c) 1995-1999 Keil Software. All rights re
www.eeworm.com/read/238320/13893341
c malloc.c
#include
#include
void main(void)
{
char *string;
int *int_values;
float *float_values;
if ((string = (char *) malloc(50)))
printf("Successfully alloc
www.eeworm.com/read/135581/13918941
c malloc.c
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright (C) 2001 Red Hat, Inc.
*
* Created by David Woodhouse
*
* The original JFFS, from which the de
www.eeworm.com/read/135259/13945280
h malloc.h
/* malloc.h
memory management functions and variables.
*/
/*
* C/C++ Run Time Library - Version 10.0
*
* Copyright (c) 1991, 2000 by Inprise Corporation
* All Righ