代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/209093/4987252
xmap example_flash.xmap
# Unreferenced symbols:
(assert.c ) [whole file]
(alloc.c ) [whole file]
(uif.c ) [whole file]
(os_mbox.c ) [whole file]
(os_mutex.c ) [whole file]
(os_sem.c ) [whole file]
(queue.c )
www.eeworm.com/read/208653/4991159
c xcopy.c
#include
#include
#include
#include
#include
#include
#include
#include
void copy(void);
void copyaction(void);
www.eeworm.com/read/204140/5033478
cpp dllexports.cpp
// DLLExports.cpp
#include "StdAfx.h"
#include "Common/MyInitGuid.h"
#include "Common/ComTry.h"
#ifdef _WIN32
#include "Common/Alloc.h"
#endif
#include "BZip2Encoder.h"
#include "BZip2De
www.eeworm.com/read/204140/5033482
cpp bzip2decoder.cpp
// BZip2Decoder.cpp
#include "StdAfx.h"
#include "BZip2Decoder.h"
#include "../../../Common/Alloc.h"
#include "../../../Common/Defs.h"
#include "../BWT/Mtf8.h"
#include "BZip2CRC.h"
nam
www.eeworm.com/read/195013/5120891
h atari_stram.h
#ifndef _M68K_ATARI_STRAM_H
#define _M68K_ATARI_STRAM_H
/*
* Functions for Atari ST-RAM management
*/
/* public interface */
void *atari_stram_alloc(long size, const char *owner);
void atari_stram
www.eeworm.com/read/190666/5179088
c 920410-1.c
int alloc_float(f)
float f;
{ union
{
float f;
int i;
}
u;
u.f=f;
return u.i&~1;
}
float c_float(int obj)
{ union
{
float f;
int i;
} u;
u.i=obj;
www.eeworm.com/read/179911/5298735
h atari_stram.h
#ifndef _M68K_ATARI_STRAM_H
#define _M68K_ATARI_STRAM_H
/*
* Functions for Atari ST-RAM management
*/
/* public interface */
void *atari_stram_alloc(long size, const char *owner);
void atari_stram
www.eeworm.com/read/178232/5317711
h sfeventq.h
#ifndef __SF_EVENTQ_H__
#define __SF_EVENTQ_H__
void *sfeventq_event_alloc(void);
void sfeventq_reset(void);
int sfeventq_add(void *event);
int sfeventq_action(int (*action_func)(void *event, vo
www.eeworm.com/read/350097/3133625
h atari_stram.h
#ifndef _M68K_ATARI_STRAM_H
#define _M68K_ATARI_STRAM_H
/*
* Functions for Atari ST-RAM management
*/
/* public interface */
void *atari_stram_alloc(long size, const char *owner);
void atari_stram
www.eeworm.com/read/340665/3279864
c 920410-1.c
int alloc_float(f)
float f;
{ union
{
float f;
int i;
}
u;
u.f=f;
return u.i&~1;
}
float c_float(int obj)
{ union
{
float f;
int i;
} u;
u.i=obj;