Home
last modified time | relevance | path

Searched refs:_d_allocmemory (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Drmem.d215 extern (C) void* _d_allocmemory(size_t m_size) nothrow in _d_allocmemory() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Druntime.def111 DEF_D_RUNTIME (ALLOCMEMORY, "_d_allocmemory", RT(VOIDPTR), P1(SIZE_T),
H A DChangeLog-2008254 * d-codegen.cc: Add _d_allocmemory libcall.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Druntime.def119 DEF_D_RUNTIME (ALLOCMEMORY, "_d_allocmemory", RT(VOIDPTR), P1(SIZE_T),
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dlifetime.d63 extern (C) void* _d_allocmemory(size_t sz)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dlifetime.d51 extern (C) void* _d_allocmemory(size_t sz) @weak