代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/136812/5857259
c malloc.bsd43.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)malloc.bsd43.c 1.1 92/07/30 SMI (from Berkeley 4.3reno 6/1/90)";
#endif
/*
* wizard:/space/4.3reno/usr/src/lib/libc/stdlib/malloc.c
www.eeworm.com/read/410482/11283399
c malloc_check_example.c
#include
#include
int main(int argc, char* argv[])
{
int *p, *q;
p = (int*)malloc(sizeof(int));
q = (int*)malloc(sizeof(int));
free(p);
//
www.eeworm.com/read/340194/12175047
cpp main_thread_malloc.cpp
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug Lea and released to the public domain. Use, modify, and
redistribute this code without permission or acknowledgemen
www.eeworm.com/read/340194/12175160
h main_thread_malloc.h
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2005 Apple Computer, Inc.
*
* This library is free software; you can redistribute it and/or
* mo
www.eeworm.com/read/251577/12334700
h stlsoft_malloc_allocator.h
#ifndef STLSOFT_INCL_STLSOFT_H_STLSOFT
# include
#endif /* !STLSOFT_INCL_STLSOFT_H_STLSOFT */
#ifdef STLSOFT_CF_PRAGMA_MESSAGE_SUPPORT
# pragma message("This file is now obso
www.eeworm.com/read/251577/12335108
h malloc_allocator_unittest_.h
// Updated: 27th March 2006
#if !defined(STLSOFT_INCL_STLSOFT_MEMORY_HPP_MALLOC_ALLOCATOR)
# error This file cannot be directly included, and should only be included within stlsoft/memory/malloc
www.eeworm.com/read/208919/15230977
bat bank.malloc.make.bat
@ECHO OFF
CALL clock.make.bat %1 bank.malloc.c
www.eeworm.com/read/13593/278743