代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/229812/4746416
fi malloc.fi
c$pragma aux wc "!"
c$pragma aux (wc) free parm( value )
c$pragma aux (wc) malloc parm( value )
www.eeworm.com/read/229812/4750665
gml malloc.gml
.if &farfnc eq 0 .do begin
.func malloc
#include
void *malloc( size_t size );
.ixfunc2 '&Memory' &func
.funcend
.desc begin
The &func function allocates space
.if '&machsys' eq 'PP'
www.eeworm.com/read/229812/4752675
asm malloc.asm
include ..\cwlib.inc
include ..\..\cw.inc
scode
;-------------------------------------------------------------------------
;
;Allocate some DS relative memory.
;
;On Entry:
;
;ECX - Byte
www.eeworm.com/read/229812/4752751
asm malloc.asm
include ..\cwlib.inc
include ..\..\cw.inc
scode
;-------------------------------------------------------------------------
;
;Allocate some DS relative memory.
;
;On Entry:
;
;ECX - Byte
www.eeworm.com/read/229812/4752785
asm _malloc.asm
include ..\cwlib.inc
scode
;-------------------------------------------------------------------------
;
;Allocate some DS relative memory.
;
;On Entry:
;
;bytes - Bytes required.
;
;On E
www.eeworm.com/read/227344/4775512
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/221464/4830072
cpp malloc.cpp
// Copyright (C) 2001
// Mac Murrett
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided t
www.eeworm.com/read/219395/4848308
c malloc.c
/* Speicher reservieren mit malloc */
#include
#include
int main()
{
int *ptr;
ptr=malloc(100);
return 0;
}
www.eeworm.com/read/216802/4880995
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/216802/4881130
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