代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/398200/2385767
h malloc.h
//==========================================================================
//
// include/sys/malloc.h
//
//==========================================================================
//####BSDCO
www.eeworm.com/read/396039/2425961
c malloc.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* $Id: malloc.c,v 1.9 2002/10/24 17:01:15 gropp Exp $
*
* Copyright (C) 1997 University of Chicago.
* See COPYRIGHT notice in top-level dir
www.eeworm.com/read/395929/2430588
c malloc.c
/*
* libc/stdlib/malloc.c
*
* Memory allocation as per ANSI/ISO 9899-1990:
* void *calloc(size_t nmemb, size_t size) 7.10.3.1
* void free(void *ptr) 7.10.3.2
* void *malloc(size_t size) 7.1
www.eeworm.com/read/395296/2443371
c malloc.c
/****************************************************************************
**
** This file is part of the QtCore module of the Qt Toolkit.
**
** This file contains third party code which is not gov
www.eeworm.com/read/395229/2445365
h malloc.h
/*
* libc/stdlib/malloc/malloc.h -- small malloc implementation
*
* Copyright (C) 2002 NEC Corporation
* Copyright (C) 2002 Miles Bader
*
* This file is subject to the terms
www.eeworm.com/read/395229/2445371
c malloc.c
/*
* libc/stdlib/malloc/malloc.c -- malloc function
*
* Copyright (C) 2002,03 NEC Electronics Corporation
* Copyright (C) 2002,03 Miles Bader
*
* This file is subject to the
www.eeworm.com/read/395229/2445411
h malloc.h
/*
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 acknowledgement i
www.eeworm.com/read/395229/2445416
c malloc.c
/*
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 acknowledgement i
www.eeworm.com/read/395229/2445666
c malloc.c
#include
#include
#include
#define N_PTRS 1000
#define N_ALLOCS 10000
#define MAX_SIZE 0x10000
#define random_size() (random()%MAX_SIZE)
#define random_ptr() (random
www.eeworm.com/read/393329/2474842
c malloc.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l