Searched refs:_memory (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/arch/hpc/stand/hpcboot/ |
H A D | memory.cpp | 49 _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 D | memory.h | 79 vaddr_t _memory; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/ |
H A D | package.d | 710 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 D | cindex.py | 534 self._memory = memory 538 conf.lib.clang_disposeTokens(self._tu, self._memory, self._count)
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1997 | 2866 target_xfer_memory to target_{read write}_memory to allow changes
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1997 | 2866 target_xfer_memory to target_{read write}_memory to allow changes
|
/netbsd-src/external/gpl3/gdb/dist/sim/mips/ |
H A D | ChangeLog-2021 | 3024 bypassing {load,store}_memory.
|