代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/195842/8126981
c select.c
void Select(DBF * dbf_name, char * commond, FILE ** opened_fp)
{
RecUnion * recIn = (RecUnion *)malloc(sizeof(RecUnion));
RecUnion * tempRec = (RecUnion *)malloc(sizeof(RecUnion));
char yes =
www.eeworm.com/read/136072/5874901
c memalign.c
/*
* libc/stdlib/malloc/memalign.c -- memalign (`aligned malloc') function
*
* Copyright (C) 2002 NEC Corporation
* Copyright (C) 2002 Miles Bader
*
* This file is subject to
www.eeworm.com/read/232130/4705321
def win16.def
NAME MALLOC1
DESCRIPTION 'C Malloc Demo Chapter 2 (c)1993-1995 Microsoft Corp'
EXETYPE WINDOWS
STUB 'WINSTUB.EXE'
CODE PRELOAD DISCARDABLE
DATA
www.eeworm.com/read/229812/4744295
c _heapena.c
#include
#include
void main()
{
char *p;
p = malloc( 200*1024 );
if( p != NULL ) free( p );
_heapenable( 0 );
/*
allocate memory from a po
www.eeworm.com/read/167046/5470945
c memalign.c
/*
* libc/stdlib/malloc/memalign.c -- memalign (`aligned malloc') function
*
* Copyright (C) 2002 NEC Corporation
* Copyright (C) 2002 Miles Bader
*
* This file is subject to
www.eeworm.com/read/163821/5509082
c memalign.c
/*
* libc/stdlib/malloc/memalign.c -- memalign (`aligned malloc') function
*
* Copyright (C) 2002 NEC Corporation
* Copyright (C) 2002 Miles Bader
*
* This file is subject to
www.eeworm.com/read/395229/2445368
c memalign.c
/*
* libc/stdlib/malloc/memalign.c -- memalign (`aligned malloc') function
*
* Copyright (C) 2002 NEC Corporation
* Copyright (C) 2002 Miles Bader
*
* This file is subject to