代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/292705/3945660
h malloc.h
#ifndef _LINUX_MALLOC_H
#define _LINUX_MALLOC_H
#warning linux/malloc.h is deprecated, use linux/slab.h instead.
#include
#endif /* _LINUX_MALLOC_H */
www.eeworm.com/read/292705/3948847
c malloc.c
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright (C) 2001 Red Hat, Inc.
*
* Created by David Woodhouse
*
* The original JFFS, from which the de
www.eeworm.com/read/288937/3998396
h malloc.h
#ifndef _LINUX_MALLOC_H
#define _LINUX_MALLOC_H
#warning linux/malloc.h is deprecated, use linux/slab.h instead.
#include
#endif /* _LINUX_MALLOC_H */
www.eeworm.com/read/288260/4008629
c malloc.c
#include "../inc/sysconfig.h"
#if defined(_USE_OWN_MALLOC) && (USE_MINIGUI==0)
#ifndef ENOMEM
#define ENOMEM 12
#endif
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug
www.eeworm.com/read/286702/4037490
c malloc.c
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004-2006 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under th
www.eeworm.com/read/286235/4041031
c malloc.c
#include
void * Mem_Alloc( DWORD dwSizeNeeded )
{
void * p = NULL;
HANDLE hHeap = GetProcessHeap();
if( hHeap )
{
//EnterCriticalLock( hHeap );
//_HeapCheck();
p =
www.eeworm.com/read/285857/4044406
c malloc.c
/* malloc() function that is glibc compatible.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms
www.eeworm.com/read/282272/4106413
c malloc.c
#include
#include
void main(void)
{
char *string;
int *int_values;
float *float_values;
if ((string = (char *) malloc(50)))
printf("Successfully alloc
www.eeworm.com/read/280815/4123845
c malloc.c
#include "ZSysgen.h"
#include "ZTypes.h"
#include "ZThread.h"
#include "ZRegion.h"
#include "ZInterrupt.h"
extern RZK_REGIONHANDLE_t hGlobalRegion ;
extern UINT8 *_g_region_buf ;
extern U