HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 1176 - 1200 of 7852) sorted by null

<<41424344454647484950>>

  /cts/suite/audio_quality/test/
MixerTest.cpp 48 free(control);
  /cts/tests/sensor/jni/
nativeTestHelper.cpp 37 free(msg);
  /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-9/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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pyarena.c 98 free(b);
140 free((void *)arena);
146 free((void *)arena);
179 free(arena);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pyarena.c 98 free(b);
140 free((void *)arena);
146 free((void *)arena);
186 free(arena);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
BinderFuncs.c 37 free (Pointer);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/PyEfiCompressor/
EfiCompressor.c 88 free(SrcBuf);
92 free(DstBuf);
165 free(SrcBuf);
169 free(DstBuf);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7Verify.c 48 structure. It's caller's responsibility to free this
220 free (Buffer);
241 It's caller's responsiblity to free the buffer.
244 It's caller's responsiblity to free the buffer.
350 free (OldBuf);
357 free (SingleCert);
384 free (SignedData);
396 free (SingleCert);
400 free (CertBuf);
405 free (OldBuf);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
sstack.c 75 free(p);
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
MemoryAllocationLib.c 128 pool allocation services of the Memory Allocation Library. If it is not possible to free pool
134 @param Buffer Pointer to the buffer to free.
143 free ((void *) Buffer);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fclose.c 77 free((char *)fp->_bf._base);
  /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/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 *);

Completed in 498 milliseconds

<<41424344454647484950>>