HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 926 - 950 of 5893) sorted by null

<<31323334353637383940>>

  /bionic/libc/kernel/uapi/drm/
sis_drm.h 44 unsigned long free; member in struct:__anon319
  /bionic/libc/private/
bionic_malloc_dispatch.h 56 MallocFree free; member in struct:MallocDispatch
  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
reallocarr.c 66 free(optr);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vasprintf.c 51 free(f._bf._base);
  /cts/suite/audio_quality/test/
MixerTest.cpp 49 free(control);
  /development/ndk/platforms/android-21/include/
malloc.h 33 extern void free(void* p);
42 size_t ordblks; /* Number of free chunks. */
49 size_t fordblks; /* Total free space. */
  /development/ndk/platforms/android-3/include/
malloc.h 33 extern void free(void *);
  /development/tutorials/MoarRam/jni/
baz.c 78 free(ptr);
  /device/google/dragon/recovery/updater/
flash_device.c 82 free(dev);
91 free(dev->gbb);
93 free(dev->fmap);
94 free(dev);
update_fw.cpp 79 free(content);
196 free(fwid);
200 free(fwid);
227 free(version);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3intstream.h 195 void (*free) (struct ANTLR3_INT_STREAM_struct * stream); member in struct:ANTLR3_INT_STREAM_struct
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3treeparser.c 71 parser->free(parser);
92 parser->free = freeParser;
139 parser->rec->state->following->free(parser->rec->state->following);
143 parser->rec->free(parser->rec);
  /external/autotest/client/tests/kvm/tests/
trans_hugepage_swapping.py 36 # @free: Free memory size
38 # @swap_free: Free swap size
41 args_dict_check = {"free" : "MemFree", "swap_size" : "SwapTotal",
47 free = int(args_dict['free']) / 1024
58 if swap_free > (total - free):
62 count = free / hugepage_size
63 tmpfs_size = free
75 # To ignore the oom killer set it to the free swap siz
    [all...]
  /external/avahi/avahi-common/
avahi-malloc.c 4 avahi is free software; you can redistribute it and/or modify it
6 published by the Free Software Foundation; either version 2.1 of the
15 License along with avahi; if not, write to the Free Software
78 free(p);
138 free(p);
142 assert(allocator->free);
143 allocator->free(p);
  /external/bison/lib/
obstack_printf.c 2 Copyright (C) 2008-2012 Free Software Foundation, Inc.
4 This program is free software; you can redistribute it and/or modify
6 the Free Software Foundation; either version 3, or (at your option)
88 free (str);
snprintf.c 2 Copyright (C) 2004, 2006-2012 Free Software Foundation, Inc.
5 This program is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 3, or (at your option)
61 free (output);
sprintf.c 2 Copyright (C) 2004, 2006-2012 Free Software Foundation, Inc.
4 This program is free software: you can redistribute it and/or modify
6 the Free Software Foundation; either version 3 of the License, or
68 free (output);
vsnprintf.c 2 Copyright (C) 2004, 2006-2012 Free Software Foundation, Inc.
5 This program is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 3, or (at your option)
60 free (output);
vsprintf.c 2 Copyright (C) 2004, 2006-2012 Free Software Foundation, Inc.
4 This program is free software: you can redistribute it and/or modify
6 the Free Software Foundation; either version 3 of the License, or
65 free (output);
  /external/c-ares/
ares_writev.c 74 free(buffer);
  /external/clang/lib/Headers/
mm_malloc.h 3 * Permission is hereby granted, free of charge, to any person obtaining a copy
71 free(__p);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-malloc.h 3 // functions do not arbitrarily free() their parameters, and that some bugs
11 void free(void *);
  /external/compiler-rt/lib/profile/
InstrProfilingValue.c 75 free(Mem);
92 free(Node);
96 free(Data->Values);
145 free(CurrentVNode);
  /external/compiler-rt/test/asan/TestCases/Darwin/
malloc_set_zone_name-mprotect.cc 45 // Access the allocated memory chunks and free them.
48 free(mem[i]);
  /external/compiler-rt/test/asan/TestCases/Posix/
current_allocated_bytes.cc 15 free((void*)ptr);

Completed in 601 milliseconds

<<31323334353637383940>>