代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/459570/1568426
c malloc.c
/*-----------------------------------------------------------------------------
MALLOC.C is part of the C51 Compiler package from Keil Software.
Copyright (c) 1995-2002 Keil Software. All rights re
www.eeworm.com/read/250103/4442125
c malloc.c
/*
* malloc.c: safe wrappers around malloc, realloc, free, strdup
*/
#include
#include
#include
#include "halibut.h"
#ifdef LOGALLOC
#define LOGPARAMS ch
www.eeworm.com/read/249574/4446907
c malloc.c
/*-----------------------------------------------------------------------------
MALLOC.C is part of the C51 Compiler package from Keil Software.
Copyright (c) 1995-2001 Keil Software. All rights re
www.eeworm.com/read/247605/4479279
h malloc.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: malloc.h,v 1.4.32.3 2004/07/09 01:45:31 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
*
www.eeworm.com/read/242732/4537062
c malloc.c
/*
* msvcrt.dll heap functions
*
* Copyright 2000 Jon Griffiths
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Publ
www.eeworm.com/read/242732/4537335
h malloc.h
/*
* Copyright (c) 1987, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/242732/4537782
h malloc.h
/*
* malloc.h
* This file has no copyright assigned and is placed in the Public Domain.
* This file is a part of the mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER
www.eeworm.com/read/242732/4539791
h malloc.h
/*
* malloc.h - NTFS kernel memory handling. Part of the Linux-NTFS project.
*
* Copyright (c) 2001,2002 Anton Altaparmakov.
*
* This program/include file is free software; you can redistrib
www.eeworm.com/read/242732/4544128
c malloc.c
/* $Id: malloc.c 21298 2006-03-12 00:08:41Z jimtabor $
*/
/*
* COPYRIGHT: None
* LICENSE: Public domain
* PROJECT: ReactOS system libraries
* FILE: reactos/lib/psapi/misc/m
www.eeworm.com/read/242657/4547352
malloc gnumakefile.malloc
# -*- Makefile -*-
#----------------------------------------------------------------------------
# GNU Makefile
#
# @file GNUmakefile.Malloc
#
# $Id: gnu.mpd 77593 2007-03-07 16:38:39Z elliott_c