代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/289138/8573326
crf malloc.crf
www.eeworm.com/read/289120/8574593
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/387835/8651592
h malloc.h
www.eeworm.com/read/287922/8660765
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/287379/8688650
h malloc.h
/* Copyright (C) 2001, 2002, 2003 by Hans Reiser, licensing governed by
libaal/COPYING.
malloc.h -- memory allocation functions. ctualy they are memory allocation
handlers which may be se
www.eeworm.com/read/287379/8688764
c malloc.c
/* Copyright (C) 2001, 2002, 2003 by Hans Reiser, licensing governed by
libaal/COPYING.
malloc.c -- hanlders for memory allocation functions. */
#include
/* Checking whether
www.eeworm.com/read/287172/8712989
mac malloc.mac
INCLUDE PROLOG.H
_CC1:
PUBLIC _malloc
_malloc:
MOV BX,2
ADD BX,SP
MOV BX,[BX]
PUSH BX ;
MOV BX,0
PUSH BX ;
CALL _Ualloc
ADD SP,4
RET
EXTRN _Ualloc:NEAR
INCLUDE EPILOG.H
www.eeworm.com/read/287172/8713265
c malloc.c
www.eeworm.com/read/431013/8713834
c malloc.c
#include "d:\cips\cips.h"
/*
let's try to malloc some structs
*/
#define GND '\0'
struct trans_struct
{
char employee[30];
char date[8];
char number[5];
char dep
www.eeworm.com/read/386806/8724481
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 i