Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 85) sorted by relevance

1234

/development/tutorials/MoarRam/jni/
Ddf.c35 free(ptr); in Java_com_android_benchmark_moarram_MainActivity_forceDoubleFreeNative()
36 free(ptr); in Java_com_android_benchmark_moarram_MainActivity_forceDoubleFreeNative()
Dfoo.c55 free(ptr); in Java_com_android_benchmark_moarram_MainActivity_free32ByteBlocksNative()
Dbar.c55 free(ptr); in Java_com_android_benchmark_moarram_MainActivity_free2MByteBlocksNative()
Dbaz.c78 free(ptr); in Java_com_android_benchmark_moarram_MainActivity_freeVariableSizedBlocksNative()
/development/tutorials/MoarRam/
DREADME.txt13 Each allocation can be freed by clicking the corresponding free button in the
17 A new feature is added to force a double free. Both debug libc and Valgrind can capture it.
/development/tutorials/ReverseDebug/
Dmain.c43 free(p); in main()
DREADME.txt36 43 free(p);
57 This is free software: you are free to change and redistribute it.
/development/ndk/platforms/android-3/include/linux/
Dmempool.h30 mempool_free_t *free; member
Dsmb.h36 __u16 free; member
Dmodule.h59 void (*free)(struct module *); member
/development/host/windows/usb/winusb/
DSOURCES25 # - atls.lib for free build
58 # Libraries for release (free) builds
70 # C defines for release (free) builds
/development/ndk/sources/android/ndk_helper/
Dshader.cpp100 free( log ); in CompileShader()
156 free( log ); in LinkProgram()
181 free( log ); in ValidateProgram()
/development/host/windows/usb/api/
DSOURCES25 # - atls.lib for free build
56 # Libraries for release (free) builds
68 # C defines for release (free) builds
Dadb_helper_routines.cpp220 free(buffer); in GetUsbDeviceDetails()
242 free(func_class_dev_data); in GetUsbDeviceName()
/development/ndk/samples/hello-neon/jni/
Dhelloneon.c112 free(str); in Java_com_example_neon_HelloNeon_stringFromJNI()
153 free(str); in Java_com_example_neon_HelloNeon_stringFromJNI()
/development/ndk/platforms/android-3/include/
Dmalloc.h33 extern void free(void *);
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dlicense-LGPL.txt18 free software--to make sure the software is free for all its users.
27 When we speak of free software, we are referring to freedom of use,
29 you have the freedom to distribute copies of free software (and charge
32 it in new free programs; and that you are informed that you can do
53 there is no warranty for the free library. Also, if the library is
60 any free program. We wish to make sure that a company cannot
61 effectively restrict the users of a free program by obtaining a
71 libraries into non-free programs.
83 Public License. It also provides other free software developers Less
84 of an advantage over competing non-free programs. These disadvantages
[all …]
Dlicense.txt6 This source is free software; you can redistribute it and/or
/development/ndk/platforms/android-21/include/
Dmalloc.h33 extern void free(void* p);
/development/perftests/panorama/feature_mos/src/mosaic_renderer/
DRenderer.cpp54 free(buf); in loadShader()
103 free(buf); in createProgram()
/development/ndk/platforms/android-5/samples/hello-gl2/jni/
Dgl_code.cpp73 free(buf); in loadShader()
111 free(buf); in createProgram()
/development/perftests/panorama/feature_mos/src/mosaic/
DMosaicTypes.h92 free(image); in ~MosaicFrame()
DBlend.cpp36 if (m_pFrameVPyr) free(m_pFrameVPyr); in ~Blend()
37 if (m_pFrameUPyr) free(m_pFrameUPyr); in ~Blend()
38 if (m_pFrameYPyr) free(m_pFrameYPyr); in ~Blend()
387 if (m_pMosaicVPyr) free(m_pMosaicVPyr); in DoMergeAndBlend()
388 if (m_pMosaicUPyr) free(m_pMosaicUPyr); in DoMergeAndBlend()
389 if (m_pMosaicYPyr) free(m_pMosaicYPyr); in DoMergeAndBlend()
544 if (m_pMosaicVPyr) free(m_pMosaicVPyr); in DoMergeAndBlend()
545 if (m_pMosaicUPyr) free(m_pMosaicUPyr); in DoMergeAndBlend()
546 if (m_pMosaicYPyr) free(m_pMosaicYPyr); in DoMergeAndBlend()
572 if (m_pMosaicVPyr) free(m_pMosaicVPyr); in DoMergeAndBlend()
[all …]
/development/tools/yuv420sp2rgb/
Ddebug.h66 free(ptr); in FREE()
/development/ndk/platforms/android-18/samples/gles3jni/jni/
Dgles3jni.cpp62 free(infoLog); in createShader()
105 free(infoLog); in createProgram()

1234