Home
last modified time | relevance | path

Searched refs:_memory (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dmemory.cpp49 _memory = 0; in MemoryManager()
54 if (_memory) in ~MemoryManager()
55 VirtualFree(LPVOID(_memory), 0, MEM_RELEASE); in ~MemoryManager()
105 _memory = vbase; in reservePage()
H A Dmemory.h79 vaddr_t _memory; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d710 void[] _memory;//is ref-counted in foreach()
717 _memory = (enforce(malloc(size), "malloc failed")[0 .. size]); in foreach()
718 scope(failure) free(_memory.ptr); in foreach()
719 *cast(size_t*)_memory.ptr = 1; in foreach()
720 _engine = EngineType(prog, Input!Char(input), _memory[size_t.sizeof..$]); in foreach()
725 debug(std_regex_allocation) writefln("RefCount (ctor): %x %d", _memory.ptr, counter); in foreach()
728 @property ref size_t counter(){ return *cast(size_t*)_memory.ptr; } in foreach()
732 if (_memory.ptr) in foreach()
736 _memory.ptr, *cast(size_t*)_memory.ptr); in foreach()
742 if (_memory.ptr && --*cast(size_t*)_memory.ptr == 0) in foreach()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py534 self._memory = memory
538 conf.lib.clang_disposeTokens(self._tu, self._memory, self._count)
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19972866 target_xfer_memory to target_{read write}_memory to allow changes
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19972866 target_xfer_memory to target_{read write}_memory to allow changes
/netbsd-src/external/gpl3/gdb/dist/sim/mips/
H A DChangeLog-20213024 bypassing {load,store}_memory.