OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FreeMem
(Results
1 - 9
of
9
) sorted by null
/ndk/sources/host-tools/make-3.81/
amiga.c
79
FreeMem
(buffer, len);
114
FreeMem
(apath, sizeof (struct AnchorPath) + PATH_SIZE);
/external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h
88
SmallVector<sys::MemoryBlock, 16>
FreeMem
;
/external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp
49
for (int i = 0, e = MemGroup.
FreeMem
.size(); i != e; ++i) {
50
sys::MemoryBlock &MB = MemGroup.
FreeMem
[i];
57
MemGroup.
FreeMem
[i] = sys::MemoryBlock((void*)(Addr + Size),
97
MemGroup.
FreeMem
.push_back(sys::MemoryBlock((void*)(Addr + Size), FreeSize));
/external/jpeg/
jmemmac.c
276
/* max_memory_to_use will be initialized to
FreeMem
()'s result;
279
* Note that
FreeMem
returns the total number of free bytes;
282
return
FreeMem
();
/external/qemu/distrib/jpeg-6b/
jmemmac.c
276
/* max_memory_to_use will be initialized to
FreeMem
()'s result;
279
* Note that
FreeMem
returns the total number of free bytes;
282
return
FreeMem
();
/external/zlib/src/contrib/delphi/
ZLib.pas
225
FreeMem
(Block);
262
FreeMem
(Block);
318
FreeMem
(OutBuf);
361
FreeMem
(OutBuf);
/external/zlib/src/contrib/pascal/
example.pas
597
FreeMem
(compr, comprLen);
598
FreeMem
(uncompr, uncomprLen);
zlibpas.pas
263
FreeMem
(Block);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas
[
all
...]
Completed in 3275 milliseconds