代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/100266/15879257
vtc moo.vtc
if (!depend_loaded) Load("depend");
register_file("moo");
MOO ?:= alloc(5, Twtype);
MOO->name = "Moo";
MOO->init = .mud_init;
MOO->netread = .line_netread;
MOO->save = .std_mud_save;
MOO->list = .std
www.eeworm.com/read/169697/5412290
txt describe_states.txt
MPID_STATE_MPIDI_CH3_CANCEL_SEND MPIDI_CH3_Cancel_send
MPID_STATE_MPIDI_CH3_COMM_SPAWN_MULTIPLE MPIDI_CH3_Comm_spawn_multiple
MPID_STATE_MPIDI_CH3_IREAD MPIDI_CH3_Iread
MPID_STATE_MPIDI_CH3_ISEND MPID
www.eeworm.com/read/291846/8392197
h cdib.h
// cdib.h 对CDib类中数据和函数进行进行声明
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
public:
enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的
www.eeworm.com/read/190808/8437991
h procpil.h
#define SHELL_ALLOC 0x1
#define SHELL_SHOW_WINDOW 0x2
#define SHELL_REDIRECT_STDIN 0x4
#define SHELL_REDIRECT_STDOUT 0x8
typedef struct {
char *pchCommandLine;
char *pchCurDir;
char *pchPa
www.eeworm.com/read/290172/8500660
h dib.h
// dib.h 对CDib类中数据和函数进行进行声明
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
public:
enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的状
www.eeworm.com/read/389624/8510497
c mainmenu.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include"d:\c\type.h"
#incl
www.eeworm.com/read/389217/8541722
h cdib.h
// cdib.h 对CDib类中数据和函数进行进行声明
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
public:
enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的
www.eeworm.com/read/389214/8542230
h cdib.h
// cdib.h 对CDib类中数据和函数进行进行声明
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
public:
enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的
www.eeworm.com/read/389212/8542455
h cdib.h
// cdib.h 对CDib类中数据和函数进行进行声明
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
public:
enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的
www.eeworm.com/read/187897/8593814
c pin.c
#include
#include "types.h"
#include "component.h"
#include "graph.h"
static int n_pins;
pin_t *pins;
char *pin_flag;
int pins_alloc (int count)
{
int i = n_pins;
n_p