OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:frees
(Results
1 - 25
of
367
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/core/include/cutils/
native_handle.h
59
*
frees
a native_handle_t allocated with native_handle_create().
60
* This ONLY
frees
the memory allocated for the native_handle_t, but doesn't
array.h
36
/**
Frees
an array. Does not free elements themselves. */
/dalvik/libcore/nio/src/main/java/java/nio/
DirectByteBuffers.java
29
* Explicitly
frees
the memory used by the given direct byte buffer.
36
* into the address and explicitly
frees
it 'beneith' us -- this is bad
/external/bluetooth/glib/glib/
grel.h
54
* g_relation_destroy()
frees
all resources
55
* g_tuples_destroy()
frees
the result of g_relation_select()
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
RuntimeMemorySpy.java
28
// Pay a tax on the allocation to see if there are any
frees
pending.
/dalvik/vm/native/
SystemThread.h
36
*
Frees
system thread-specific state in the given thread. The thread list
/external/dropbear/libtommath/
bn_mp_clear.c
18
/* clear one (
frees
) */
/dalvik/libcore/include/
LocalArray.h
49
*
Frees
the heap-allocated buffer, if there was one.
/dalvik/vm/alloc/
Heap.h
39
*
Frees
all memory allocated via dvmMalloc() as
HeapSource.h
53
* Tears down the heap source and
frees
any resources associated with it.
103
*
Frees
the memory pointed to by <ptr>, which may be NULL.
108
*
Frees
the first numPtrs objects in the ptrs list. The list must
HeapTable.c
52
/*
Frees
the array inside the HeapRefTable, not the HeapRefTable itself.
154
/*
Frees
everything associated with the LargeHeapRefTable.
/external/bison/src/
closure.h
52
/*
Frees
ITEMSET, RULESET and internal data. */
/external/bluetooth/glib/docs/reference/glib/tmpl/
allocators.sgml
50
Frees
all of the memory allocated by the #GAllocator.
memory_chunks.sgml
199
Frees
an atom in a #GMemChunk.
211
Frees
all of the memory allocated for a #GMemChunk.
282
It
frees
all of the currently allocated blocks of memory.
292
Frees
any blocks in a #GMemChunk which are no longer being used.
/external/e2fsprogs/e2fsck/
argv_parse.h
20
* This function
frees
the argument vector created by argv_parse().
/external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_systhread.h
44
/* This function waits for the thread to finish and
frees
any data
/hardware/ti/wlan/wl1271/platforms/os/common/src/
tracebuf.c
229
unsigned long address, Allocs=0,
Frees
=0;
248
Frees
+= tb_control->entry[k].p2;
260
TB_PRINTF("tb_scan() Allocs = %ld nAllocs = %d
Frees
= %ld nFrees = %d\n", Allocs, nAllocs,
Frees
, nFrees);
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
tracebuf.c
229
unsigned long address, Allocs=0,
Frees
=0;
248
Frees
+= tb_control->entry[k].p2;
260
TB_PRINTF("tb_scan() Allocs = %ld nAllocs = %d
Frees
= %ld nFrees = %d\n", Allocs, nAllocs,
Frees
, nFrees);
/external/neven/Embedded/common/src/b_BasicEm/
DynMemManager.h
83
/**
frees
bbs_DynMemManager */
105
/**
frees
previously allocated memory */
118
/**
frees
all allocated memory */
/external/e2fsprogs/lib/ext2fs/
freefs.c
112
* This procedure
frees
a badblocks list.
/external/iptables/libipq/
ipq_create_handle.3
54
function
frees
up resources allocated by
/external/quake/quake/src/QW/
release233_notes.txt
30
automatically
frees
up the mouse cursor.
/external/srec/shared/include/
HashMap.h
64
* Removes the mapping for this key from this map if present and
frees
the value.
90
* Removes all mappings from this map and
frees
the values.
192
* Removes the mapping for this key from this map if present and
frees
the value.
216
* Removes all mappings from this map and
frees
the values.
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Corpora.java
77
*
Frees
any resources used by the corpus set.
/system/core/libcutils/
buffer.h
74
*
Frees
and its data.
Completed in 87 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>