/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
memalign.c | 91 * function name: mem_free 96 mem_free(VO_MEM_OPERATOR *pMemop, void *mem_ptr, unsigned int CodecID) function
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
mem_align.c | 91 * function name: mem_free 96 mem_free(VO_MEM_OPERATOR *pMemop, void *mem_ptr, unsigned int CodecID) function
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bss_mem.c | 70 static int mem_free(BIO *data); 81 mem_free, 128 static int mem_free(BIO *a) function 237 mem_free(b);
|
/external/openssl/crypto/bio/ |
bss_mem.c | 70 static int mem_free(BIO *data); 81 mem_free, 128 static int mem_free(BIO *a) function 237 mem_free(b);
|
/external/chromium_org/base/process/ |
process_metrics_freebsd.cc | 101 unsigned long mem_total, mem_free, mem_inactive; local 107 length = sizeof(mem_free); 108 if (sysctlbyname("vm.stats.vm.v_free_count", &mem_free, &length, NULL, 0) < 0) 119 return mem_total - (mem_free*pagesize) - (mem_inactive*pagesize);
|
process_metrics_openbsd.cc | 153 unsigned long mem_total, mem_free, mem_inactive; local 160 mem_free = vmtotal.t_free; 165 return mem_total - (mem_free*pagesize) - (mem_inactive*pagesize);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
types.h | 65 #define mem_free(ptr, bsize) free(ptr) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
types.h | 65 #define mem_free(ptr, bsize) free(ptr) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
types.h | 65 #define mem_free(ptr, bsize) free(ptr) macro
|
/external/zlib/src/test/ |
infcover.c | 112 local void mem_free(void *mem, void *ptr) function 172 strm->zfree = mem_free;
|
/system/core/toolbox/ |
vmstat.c | 42 long mem_free; member in struct:state 166 sscanf(line, "MemFree: %ld kB", &s->mem_free); 234 new->mem_free, new->mem_mapped, new->mem_anon, new->mem_slab,
|
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/ |
typedefs.h | 182 #define mem_free ADD_PREFIX(mem_free) macro
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
typedefs.h | 207 #define mem_free voAWB_mem_free macro
|
/external/bluetooth/bluedroid/stack/include/ |
sdp_api.h | 134 UINT32 mem_free; /* Memory still available */ member in struct:__anon1148
|
/external/chromium/base/ |
process_util_linux.cc | 589 int mem_total, mem_free, mem_buffers, mem_cache; local 591 base::StringToInt(meminfo_fields[kMemFreeIndex], &mem_free); 595 return mem_total - mem_free - mem_buffers - mem_cache;
|
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_int.h | 206 UINT32 mem_free; /* Memory still available */ member in struct:__anon848
|