代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/354586/3076323
h malloc.h
/* malloc.h
memory management functions and variables.
Copyright (c) 1991 by Borland International
All Rights Reserved.
*/
#if !defined(__MALLOC_H)
#define __MALLOC_H
#if !
www.eeworm.com/read/354451/3077845
h malloc.h
#ifndef foomallochfoo
#define foomallochfoo
/* $Id: malloc.h 1477 2007-05-09 19:45:54Z lennart $ */
/***
This file is part of avahi.
avahi is free software; you can redistribute it and/or modi
www.eeworm.com/read/351171/3110516
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/263014/4306488
h malloc.h
/* $Id: malloc.h 974 2007-02-19 01:13:53Z bennylp $ */
/*
* Copyright (C)2003-2007 Benny Prijono
*
* This program is free software; you can redistribute it and/or modify
* it
www.eeworm.com/read/262809/4308561
h malloc.h
/*************************************Seekfor FAT System v1.3**************************************************************************
********************* *****************
www.eeworm.com/read/262041/4317975
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/261580/4320744
h malloc.h
#ifndef _PT_MALLOC_H_
#define _PT_MALLOC_H_
#include
malloc_t pthread_malloc (size_t size);
int pthread_free (malloc_t ptr);
malloc_t pthread_realloc (malloc_t ptr,size_t size);
malloc_t
www.eeworm.com/read/261580/4321170
h malloc.h
#ifndef _MACHMALLOC_H_
#define _MACHMALLOC_H_
/* place holder so platforms may add malloc.h extensions */
#endif /* _MACHMALLOC_H_ */
www.eeworm.com/read/260597/4330340
h malloc.h
/***
*malloc.h - declarations and definitions for memory allocation functions
*
* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Contains the function de
www.eeworm.com/read/260597/4331662
h malloc.h
/***
*malloc.h - declarations and definitions for memory allocation functions
*
* Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Contains the function declar