代码搜索:alloc

找到约 10,000 项符合「alloc」的源代码

代码结果 10,000
www.eeworm.com/read/437648/1830012

mak prj0041.mak

# Prevent "Cannot find missing dependency..." warnings while compiling # pngw32.rc (PRJ0041). all: $(IntDir)\alloc.h \ $(IntDir)\fp.h \ $(IntDir)\m68881.h \ $(IntDir)\mem.h \ $(IntDir)\pngusr
www.eeworm.com/read/433521/1883210

xmap example_flash.xmap

# Link map of _asm_startmeup # Unreferenced symbols: (assert.c ) [whole file] (alloc.c ) [whole file] (queue.c ) [whole file] (uif.c ) [whole file] _OSIntExitY (os_core.c ) (os_mbox.c )
www.eeworm.com/read/433521/1883308

xmap example_flash.xmap

# Link map of _asm_startmeup # Unreferenced symbols: (assert.c ) [whole file] (alloc.c ) [whole file] (queue.c ) [whole file] (uif.c ) [whole file] _OSIntExitY (os_core.c ) (os_mbox.c )
www.eeworm.com/read/421113/2055055

mak prj0041.mak

# Prevent "Cannot find missing dependency..." warnings while compiling # pngw32.rc (PRJ0041). all: $(IntDir)\alloc.h \ $(IntDir)\fp.h \ $(IntDir)\m68881.h \ $(IntDir)\mem.h \ $(IntDir)\pngusr
www.eeworm.com/read/421110/2055263

mak prj0041.mak

# Prevent "Cannot find missing dependency..." warnings while compiling # pngw32.rc (PRJ0041). all: $(IntDir)\alloc.h \ $(IntDir)\fp.h \ $(IntDir)\m68881.h \ $(IntDir)\mem.h \ $(IntDir)\pngusr
www.eeworm.com/read/418717/2084850

mak prj0041.mak

# Prevent "Cannot find missing dependency..." warnings while compiling # pngw32.rc (PRJ0041). all: $(IntDir)\alloc.h \ $(IntDir)\fp.h \ $(IntDir)\m68881.h \ $(IntDir)\mem.h \ $(IntDir)\pngusr
www.eeworm.com/read/409122/2239625

h windw.h

//File Windw.h #include #include #include #include #include #include "Event.H" #define TRUE 1 #define FALSE 0 #define OK
www.eeworm.com/read/395296/2442306

mak prj0041.mak

# Prevent "Cannot find missing dependency..." warnings while compiling # pngw32.rc (PRJ0041). all: $(IntDir)\alloc.h \ $(IntDir)\fp.h \ $(IntDir)\m68881.h \ $(IntDir)\mem.h \ $(IntDir)\pngusr
www.eeworm.com/read/366702/2872234

c eb133a.c

// { dg-do assemble } // Gives ICE 109 // From: Klaus-Georg Adams // Reported against EGCS snaps 98/06/28. int main() { try { } catch (std::bad_alloc)
www.eeworm.com/read/366702/2872576

ads unc_memops.ads

with System; package Unc_Memops is pragma Elaborate_Body; type size_t is mod 2 ** Standard'Address_Size; subtype addr_t is System.Address; function Alloc (Size : size_t) return addr_t;