Searched
refs:free (Results
1676 -
1700 of
5893) sorted by null
<<61626364656667686970>>
/external/libvpx/libvpx/vpx_mem/ |
vpx_mem.c | 90 free(addr);
|
/external/llvm/unittests/IR/ |
WaymarkTest.cpp | 54 free(many);
|
/external/lzma/C/ |
Alloc.c | 15 /* use _SZ_ALLOC_DEBUG to debug alloc/free operations */
44 free(address);
|
/external/mesa3d/src/egl/drivers/glx/ |
egl_glx.c | 8 * Permission is hereby granted, free of charge, to any person obtaining a 610 free(GLX_dpy); 620 free(GLX_dpy); 635 free(GLX_dpy); 665 free(GLX_dpy); 691 free(GLX_ctx); 709 free(GLX_ctx); 730 free(GLX_ctx); 748 free(GLX_surf); 845 free(GLX_surf) [all...] |
/external/mesa3d/src/egl/wayland/wayland-egl/ |
wayland-egl.c | 44 free(egl_window);
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
memory_pool.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 49 free(block);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/ |
sm4.h | 5 * Permission is hereby granted, free of charge, to any person obtaining 344 free(data); 396 free(params_in); 398 free(params_out); 400 free(params_patch);
|
/external/mesa3d/src/mesa/main/ |
execmem.c | 7 * Permission is hereby granted, free of charge, to any person obtaining a 150 free(addr);
|
/external/mesa3d/src/mesa/program/ |
arbprogparse.c | 7 * Permission is hereby granted, free of charge, to any person obtaining a 88 free(program->Base.String); 126 free(program->Base.Instructions); 183 free(program->Base.String); 206 free(program->Base.Instructions);
|
/external/minijail/examples/ |
drop_privs.cpp | 51 free(list);
|
/external/opencv/cxcore/src/ |
cxalloc.cpp | 62 // default <free> 69 free( *((char**)ptr - 1) );
|
/external/opencv3/3rdparty/libjasper/ |
jas_malloc.c | 18 * Permission is hereby granted, free of charge, to any person (the 116 free(ptr);
|
/external/opencv3/3rdparty/libwebp/utils/ |
bit_writer.c | 47 free(bw->buf_); 190 free(bw->buf_); 220 free(bw->buf_); 234 free(bw->buf_);
|
/external/opencv3/3rdparty/libwebp/webp/ |
mux_types.h | 17 #include <stdlib.h> // free() 62 // Clears the contents of the 'webp_data' object by calling free(). Does not 66 free((void*)webp_data->bytes);
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
allocator.h | 62 * This method has two advantages over just using malloc() and free(). First, 64 * no overhead for remembering all the information needed to free each 67 * is no need to track down all the objects to free them. 114 ::free(base);
|
matrix.h | 69 FLANN_DEPRECATED void free() function in class:cvflann::Matrix 71 fprintf(stderr, "The cvflann::Matrix<T>::free() method is deprecated "
|
/external/pdfium/core/src/fxcrt/ |
fx_basic_memmgr.cpp | 18 free(pointer);
|
/external/pdfium/testing/ |
test_support.h | 21 // Used with std::unique_ptr to free() objects that can't be deleted. 23 inline void operator()(void* ptr) const { free(ptr); }
|
/external/pdfium/third_party/freetype/include/freetype/config/ |
ftstdlib.h | 133 #define ft_sfree free
|
/external/protobuf/gtest/samples/ |
sample10_unittest.cc | 63 free(block);
|
/external/selinux/libselinux/src/ |
canonicalize_context.c | 57 free(buf);
|
compute_relabel.c | 57 free(buf);
|
fgetfilecon.c | 46 free(buf);
|
get_initial_context.c | 50 free(buf);
|
getfilecon.c | 46 free(buf);
|
Completed in 679 milliseconds
<<61626364656667686970>>