Searched
full:deallocate (Results
751 -
775 of
1250) sorted by null
<<31323334353637383940>>
/external/libxml2/python/ |
libxml2-python-api.xml | 342 <info>Cleanup function for the XML library. It tries to reclaim all parsing related global memory allocated for the library processing. It doesn't deallocate any document related memory. Calling this function should not prevent reusing the library but one should call xmlCleanupParser() only when the process has finished using the library or XML document built with it.</info>
|
/external/llvm/include/llvm/CodeGen/ |
MachineFunction.h | 476 OperandRecycler.deallocate(Cap, Array);
|
/external/mdnsresponder/mDNSShared/ |
dns_sd.h | 326 * 4. Don't Double-Deallocate 331 * After doing this, DO NOT then attempt to deallocate any remaining subordinate DNSServiceRef's. [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_buffer_objects.c | 83 * Deallocate/free a vertex/pixel buffer object.
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_texture.c | 390 /* Deallocate the old storage. */
|
/external/mesa3d/src/mesa/main/ |
framebuffer.c | 186 * Deallocate buffer and everything attached to it.
|
/external/opencv/cvaux/src/ |
cvcalibfilter.cpp | 252 // deallocate undistortion maps
|
/external/opencv3/modules/calib3d/src/ |
dls.h | 717 // Deallocate the memory by releasing all internal working data.
|
rho.cpp | 123 * @param [in] N If 0, deallocate internal table. If > 0, ensure that the 648 * @param [in] N If 0, deallocate internal table. If > 0, ensure that the 868 * Deallocate per-run dynamic storage. 882 * Deallocate per-object dynamic storage. [all...] |
/external/opencv3/modules/ts/include/opencv2/ |
ts.hpp | 365 // the tested function (or test ifself) do not deallocate some memory
|
/external/pdfium/third_party/freetype/src/truetype/ |
ttobjs.c | 68 /* Deallocate a glyph zone. */ [all...] |
/external/valgrind/include/ |
pub_tool_oset.h | 202 // * FreeNode: Deallocate a node allocated with OSetGen_AllocNode(). Using
|
/external/webp/include/webp/ |
encode.h | 249 // The following must be called to deallocate writer->mem memory. The 'writer'
|
/external/webp/src/webp/ |
encode.h | 249 // The following must be called to deallocate writer->mem memory. The 'writer'
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
wb_vad.c | 722 /* deallocate memory */
|
/frameworks/base/docs/html/guide/topics/appwidgets/ |
host.jd | 266 to deallocate the widget ID.</li>
|
/frameworks/base/libs/hwui/ |
FontRenderer.cpp | 181 // Start from 1; don't deallocate smallest/default texture
|
/frameworks/compile/mclinker/lib/LD/ |
EhFrame.cpp | 111 g_EhFrameFactory->deallocate(pSection);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 305 _M_end_of_storage.deallocate(_M_start._M_p,
|
_tree.c | 661 this->_M_header.deallocate(__STATIC_CAST(_Link_type, __x),1);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 304 _STLP_STRING_LITERAL("Size of block passed to deallocate() doesn't match block size"), \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
firewire-cdev.h | 571 * will be sent. The kernel will also automatically deallocate the resources
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_bvector.h | 479 _M_impl.deallocate(_M_impl._M_start._M_p,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
rc_string_base.h | 449 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
|
slist | 254 { _Node_alloc::deallocate(__p, 1); }
|
Completed in 2216 milliseconds
<<31323334353637383940>>