OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:free_list
(Results
1 - 15
of
15
) sorted by null
/external/bluetooth/glib/tests/
slice-threadinit.c
50
static GSList *
free_list
= NULL;
variable
60
free_list
= g_slist_prepend (
free_list
, b);
90
free_list
= g_slist_prepend (
free_list
, b);
99
release_trash_list (&
free_list
, SAMPLE_SIZE);
105
release_trash_list (&
free_list
, SAMPLE_SIZE);
163
release_trash_list (&
free_list
, SAMPLE_SIZE);
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-dump.h
74
dump_queue_p
free_list
;
member in struct:dump_info
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-dump.h
74
dump_queue_p
free_list
;
member in struct:dump_info
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-dump.h
74
dump_queue_p
free_list
;
member in struct:dump_info
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-dump.h
74
dump_queue_p
free_list
;
member in struct:dump_info
/external/bluetooth/glib/glib/
gmem.c
677
gpointer
free_list
;
member in struct:_GAllocator
/external/qemu/
tap-win32.c
108
tun_buffer_t*
free_list
;
member in struct:tap_win32_overlapped
120
buffer = overlapped->
free_list
;
122
overlapped->
free_list
= buffer->next;
131
buffer->next = overlapped->
free_list
;
132
overlapped->
free_list
= buffer;
441
overlapped->
free_list
= overlapped->output_queue_front = overlapped->output_queue_back = NULL;
447
element->next = overlapped->
free_list
;
448
overlapped->
free_list
= element;
/external/e2fsprogs/e2fsck/
profile.c
229
static void
free_list
(char **list)
function
294
free_list
(array);
353
free_list
(array);
357
free_list
(array);
[
all
...]
/external/kernel-headers/original/linux/
mmzone.h
28
struct list_head
free_list
;
member in struct:free_area
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h
541
/** @class
free_list
bitmap_allocator.h bitmap_allocator.h
546
class
free_list
class
710
class bitmap_allocator : private
free_list
720
typedef
free_list
::__mutex_type __mutex_type;
776
* complexity of the function
free_list
::_M_get. The part where
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h
520
/** @class
free_list
bitmap_allocator.h bitmap_allocator.h
525
class
free_list
class
691
class bitmap_allocator : private
free_list
701
typedef
free_list
::__mutex_type __mutex_type;
761
* complexity of the function
free_list
::_M_get. The part where
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h
520
/** @class
free_list
bitmap_allocator.h bitmap_allocator.h
525
class
free_list
class
691
class bitmap_allocator : private
free_list
701
typedef
free_list
::__mutex_type __mutex_type;
761
* complexity of the function
free_list
::_M_get. The part where
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h
541
/** @class
free_list
bitmap_allocator.h bitmap_allocator.h
546
class
free_list
class
710
class bitmap_allocator : private
free_list
720
typedef
free_list
::__mutex_type __mutex_type;
776
* complexity of the function
free_list
::_M_get. The part where
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h
541
/** @class
free_list
bitmap_allocator.h bitmap_allocator.h
546
class
free_list
class
710
class bitmap_allocator : private
free_list
720
typedef
free_list
::__mutex_type __mutex_type;
776
* complexity of the function
free_list
::_M_get. The part where
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h
541
/** @class
free_list
bitmap_allocator.h bitmap_allocator.h
546
class
free_list
class
710
class bitmap_allocator : private
free_list
720
typedef
free_list
::__mutex_type __mutex_type;
776
* complexity of the function
free_list
::_M_get. The part where
Completed in 393 milliseconds