HomeSort by relevance Sort by last modified time
    Searched defs:memory (Results 26 - 50 of 219) sorted by null

12 3 4 5 6 7 8 9

  /external/e2fsprogs/intl/
printf-parse.c 76 /* Out of memory. */
89 argument *memory; \
96 /* Overflow, would lead to out of memory. */ \
98 memory = (a->arg \
101 if (memory == NULL) \
102 /* Out of memory. */ \
104 a->arg = memory; \
151 /* n too large, would lead to out of memory later. */
221 /* n too large, would lead to out of memory later. */
278 /* n too large, would lead to out of memory
505 DIRECTIVE *memory; local
    [all...]
  /external/freetype/src/autofit/
afglobal.c 184 FT_Memory memory; local
188 memory = face->memory;
215 FT_Memory memory = globals->face->memory; local
277 FT_Memory memory = globals->face->memory; local
  /external/freetype/src/base/
ftgloadr.c 69 FT_GlyphLoader_New( FT_Memory memory,
78 loader->memory = memory;
106 FT_Memory memory = loader->memory; local
131 FT_Memory memory = loader->memory; local
168 FT_Memory memory = loader->memory; local
204 FT_Memory memory = loader->memory local
279 FT_Memory memory = loader->memory; local
    [all...]
ftglyph.c 283 FT_Memory memory = library->memory; local
615 FT_Memory memory = glyph->library->memory; local
  /external/freetype/src/cache/
ftcmanag.h 36 /* total amount of `cache memory' within the manager. */
94 FT_Memory memory; member in struct:FTC_ManagerRec_
ftccache.c 135 FT_Memory memory = cache->memory; local
189 FT_Memory memory = cache->memory; local
342 FT_Memory memory = cache->memory; local
396 if ( cache->memory )
398 FT_Memory memory = cache->memory; local
408 cache->memory = NULL
    [all...]
ftcsbits.c 45 FT_Memory memory )
71 FT_Memory memory = cache->memory; local
94 * out-of-memory condition. For all other errors (e.g., corresponding
99 * function below to see how out-of-memory is handled during a lookup.
110 FT_Memory memory = manager->memory; local
180 error = ftc_sbit_copy_bitmap( sbit, bitmap, memory );
212 FT_Memory memory = cache->memory; local
    [all...]
  /external/freetype/src/sfnt/
ttpost.c 160 FT_Memory memory = stream->memory; local
312 FT_Memory memory = stream->memory; local
417 FT_Memory memory = face->root.memory; local
sfdriver.c 224 /* shouldn't happen, but just in case to avoid memory leaks */
254 FT_Memory memory = face->root.memory; local
296 FT_Memory memory = face->root.memory; local
ttmtx.c 39 * Unfortunately, we can't enable our memory optimizations if
108 FT_Memory memory = stream->memory; local
  /external/freetype/src/truetype/
ttpload.c 286 FT_Memory memory = stream->memory; local
488 FT_Memory memory = stream->memory; local
562 FT_Memory memory = stream->memory; local
  /external/jmonkeyengine/engine/src/test/jme3test/asset/
TestAssetCache.java 145 long memory = Runtime.getRuntime().freeMemory(); local
166 System.out.println("Allocated memory: " + ((memory - newMem)/1024) + "K" );
167 memory = newMem;
  /external/webkit/Source/WebKit2/Platform/win/
SharedMemoryWin.cpp 59 // FIXME: If the receiving process crashes before it receives the memory, the memory will be
125 RefPtr<SharedMemory> memory = adoptRef(new SharedMemory); local
126 memory->m_size = size;
127 memory->m_data = baseAddress;
128 memory->m_handle = handle;
130 return memory.release();
148 RefPtr<SharedMemory> memory = adopt(handle.m_handle, handle.m_size, protection); local
149 if (!memory)
155 return memory.release()
    [all...]
  /external/webp/src/dec/
webpi.h 38 void* memory; // overall scratch memory for the output work. member in struct:WebPDecParams
84 // Internal functions regarding WebPDecBuffer memory (in buffer.c).
89 // memory and setting up the stride information. Validate the parameters. Return
90 // an error code in case of problem (no memory, or invalid stride / size /
99 // memory (still held by 'src').
  /frameworks/compile/mclinker/include/mcld/Support/
Space.h 26 * \brief Space contains a chunk of memory space that does not overlap with
62 Address memory() function in class:mcld::Space
65 ConstAddress memory() const function in class:mcld::Space
  /external/elfutils/libebl/
eblstrtab.c 87 char memory[0]; member in struct:memoryblock
94 struct memoryblock *memory; member in struct:Ebl_Strtab
145 newmem->next = st->memory;
146 st->memory = newmem;
147 st->backp = newmem->memory;
148 st->left = len - offsetof (struct memoryblock, memory);
157 struct memoryblock *mb = st->memory;
179 /* Make sure there is enough room in the memory block. */
245 /* Allocate memory for the new string and its associated information. */
264 /* We have an exact match with a substring. Free the memory
    [all...]
eblwstrtab.c 88 char memory[0]; member in struct:memoryblock
95 struct memoryblock *memory; member in struct:Ebl_WStrtab
146 newmem->next = st->memory;
147 st->memory = newmem;
148 st->backp = newmem->memory;
149 st->left = len - offsetof (struct memoryblock, memory);
158 struct memoryblock *mb = st->memory;
184 /* Make sure there is enough room in the memory block. */
256 /* Allocate memory for the new string and its associated information. */
276 /* We have an exact match with a substring. Free the memory
    [all...]
  /external/freetype/include/freetype/
ftsystem.h 38 /* How FreeType manages memory and i/o. */
41 /* This section contains various definitions related to memory */
43 /* information if you want to use a custom memory manager or you own */
62 * A handle to a given memory manager object, defined with an
75 * A function used to allocate `size' bytes from `memory'.
78 * memory ::
79 * A handle to the source memory manager.
85 * Address of new memory block. 0~in case of failure.
89 (*FT_Alloc_Func)( FT_Memory memory,
99 * A function used to release a given block of memory
332 FT_Memory memory; member in struct:FT_StreamRec_
    [all...]
  /external/freetype/include/freetype/internal/
ftgloadr.h 81 FT_Memory memory; member in struct:FT_GlyphLoaderRec_
97 FT_GlyphLoader_New( FT_Memory memory,
  /external/freetype/src/cff/
cffdrivr.c 331 FT_Memory memory = face->root.memory; local
  /external/freetype/src/smooth/
ftsmooth.c 113 FT_Memory memory; local
167 memory = render->root.memory;
  /external/grub/netboot/
smc9000.c 13 * 4608 byte packet memory. ( for the 91C92/4. Others have more )
66 * 3. reset the memory management unit
209 /* now, try to allocate the memory */
214 /* wait for the memory allocation to finnish */
225 /* We've got the memory */
228 printf("SMC9000: Memory allocation timed out, resetting MMU.\n");
237 printf("SMC9000: Memory allocation failed. \n");
388 int memory; local
441 /* get the memory information */
443 memory = ( inw(smc9000_base + MCR) >> 9 ) & 0x7; /* multiplier *
    [all...]
  /external/markdown/
test-markdown.py 48 def memory(since=0.0): function
49 '''Return memory usage in bytes.
56 '''Return resident memory usage in bytes.
110 <td>Memory</td>
188 mem = memory()
192 construction_mem = memory(mem)
244 mem = memory()
249 conversion_mem = memory(mem)
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.cpp 33 // Release the allocated memory for this thread.
91 // be obtained to allocate memory.
225 // much memory the caller asked for. allocationSize is the total
244 unsigned char* memory = reinterpret_cast<unsigned char *>(inUseList) + currentPageOffset; local
248 return initializeAllocation(inUseList, memory, numBytes);
257 tHeader* memory = reinterpret_cast<tHeader*>(::new char[numBytesToAlloc]); local
258 if (memory == 0)
262 new(memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize);
263 inUseList = memory;
268 return reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(memory) + headerSkip)
274 tHeader* memory; local
    [all...]
  /system/core/libcorkscrew/arch-mips/
backtrace-mips.c 64 uintptr_t rewind_pc_arch(const memory_t* memory, uintptr_t pc) {
72 static ssize_t unwind_backtrace_common(const memory_t* memory,
80 uintptr_t pc = index ? rewind_pc_arch(memory, state->pc) : state->pc;
97 if (!try_get_word(memory, addr, &op))
128 if (!try_get_word(memory, state->sp + ra_offset, &next_ra))
168 memory_t memory; local
169 init_memory(&memory, map_info_list);
170 return unwind_backtrace_common(&memory, map_info_list,
190 memory_t memory; local
191 init_memory_ptrace(&memory, tid)
    [all...]

Completed in 1640 milliseconds

12 3 4 5 6 7 8 9