代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/137955/13276710
h c.h
/* $Id: c.h,v 1.1 2002/08/28 23:12:41 drh Exp $ */
#include
#include
#include
#include
#include
#include
#define NEW(p,a) ((p) = alloc
www.eeworm.com/read/317635/13500502
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/312497/13610916
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/238485/13882620
c qsmhook.c
#include "fd.h"
#include "stralloc.h"
#include "readwrite.h"
#include "sgetopt.h"
#include "wait.h"
#include "env.h"
#include "byte.h"
#include "str.h"
#include "alloc.h"
#include "exit.h"
#include "f
www.eeworm.com/read/143026/5761292
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/140582/5787577
sh testparams.sh
#!/bin/sh
TEST_PURPOSE=regress
TEST_PROB_REPORT=0
TEST_TYPE=ctltest
TESTNAME=saref-alloc-01
TESTHOST=east
REFCONSOLEOUTPUT=saref-console.txt
REF_CONSOLE_FIXUPS="kern-list-fixups.sed nocr.sed"
REF_C
www.eeworm.com/read/127694/6002786
c xti_setopt.c
#include "unpxti.h"
int
xti_setopt(int fd, int level, int name, void *optval, socklen_t optlen)
{
int rc;
struct t_optmgmt *req, *ret;
struct t_opthdr *topt;
req = T_alloc(fd, T_OPTMGMT, T_
www.eeworm.com/read/127694/6002788
c xti_getopt.c
#include "unpxti.h"
int
xti_getopt(int fd, int level, int name, void *optval, socklen_t *optlenp)
{
int rc, len;
struct t_optmgmt *req, *ret;
struct t_opthdr *topt;
req = T_alloc(fd, T_OPTM
www.eeworm.com/read/100530/6268801
cpp engine.cpp
#include
#include
#include
#include
#include "engine.h"
BITMAP *screen;
int set_video_mode(int w,int h)
{
char mode;
if(w==320&&h==200)
mode=0x1
www.eeworm.com/read/201933/6351954
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}; // 枚举类型,表示内存分配的