代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/116285/14979755
h in_malloc.h
#include "rtosstub.h"
#define MALLERR(a) if (!__no_malloc_warning) _lib_lib_error(2,a,sizeof(a)-1)
#define SBUSY 0x42555359 /* 'BUSY' */
#define SFREE 0x46524545 /* 'FREE' */
#define SDUMY 0x4
www.eeworm.com/read/116285/14979770
cpp malloc.cpp
/* Implementation module : Malloc.c
Copyright 1989 Diab Data AB, Sweden
Description :
Implemention of libc functions
void *Malloc(size_t size)
void *calloc(size_t nmemb, size_t size)
v
www.eeworm.com/read/116285/14979771
c malloc.c
/* Implementation module : Malloc.c
Copyright 1989 Diab Data AB, Sweden
Description :
Implemention of libc functions
void *Malloc(size_t size)
void *calloc(size_t nmemb, size_t size)
v
www.eeworm.com/read/116285/14979792
h malloc.h
#ifndef _Imalloc
#define _Imalloc
#ifdef __cplusplus
extern "C" {
#if defined(__VERSION_NUMBER__) && (__VERSION_NUMBER__ >= 4400)
namespace std {
#endif
#endif
#define M_MXFAST 1
#define
www.eeworm.com/read/116285/14979795
h in_malloc.h
#include "rtosstub.h"
#define MALLERR(a) if (!__no_malloc_warning) _lib_lib_error(2,a,sizeof(a)-1)
#define SBUSY 0x42555359 /* 'BUSY' */
#define SFREE 0x46524545 /* 'FREE' */
#define SDUMY 0x4
www.eeworm.com/read/116285/14979809
cpp malloc.cpp
/* Implementation module : Malloc.c
Copyright 1989 Diab Data AB, Sweden
Description :
Implemention of libc functions
void *Malloc(size_t size)
void *calloc(size_t nmemb, size_t size)
v
www.eeworm.com/read/116022/14992649
c malloc.c
www.eeworm.com/read/216685/14997896
c malloc.c
/* $Id: malloc.c,v 1.2 2006/02/15 23:51:27 root Exp $ */
/*
* Copyright (c) 2000-2002 Opsycon AB (www.opsycon.se)
*
* Redistribution and use in source and binary forms, with or without
* modifi
www.eeworm.com/read/216437/15014044
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
*
www.eeworm.com/read/215923/15033871
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 wit