Home
last modified time | relevance | path

Searched refs:freeing (Results 1 – 25 of 65) sorted by relevance

123

/external/syslinux/gpxe/src/core/
Dmalloc.c175 struct memory_block *freeing; in free_memblock() local
188 freeing = ptr; in free_memblock()
189 freeing->size = size; in free_memblock()
190 DBG ( "Freeing [%p,%p)\n", freeing, ( ( ( void * ) freeing ) + size )); in free_memblock()
195 gap_before = ( ( ( void * ) freeing ) - in free_memblock()
198 ( ( ( void * ) freeing ) + freeing->size ) ); in free_memblock()
202 ( ( ( void * ) block ) + block->size ), freeing, in free_memblock()
203 ( ( ( void * ) freeing ) + freeing->size ),block, in free_memblock()
204 ( ( ( void * ) freeing ) + freeing->size ) ); in free_memblock()
207 freeing = block; in free_memblock()
[all …]
/external/bison/lib/
Dtimevar.def60 /* Time spent by freeing the memory :). */
61 DEFTIMEVAR (TV_FREE , "freeing")
/external/c-ares/
DNEWS19 next_server() and possibly freeing the query structure.
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dmainpage.dox64 /// but with a bent towards C of course. You may need to be aware of memory allocation and freeing
72 /// A goal of the generated code was to minimize the tracking, allocation and freeing of memory for…
77 /// the lexer, parser or tree parser, then you must make a copy of it before freeing those structur…
Dinterop.dox35 /// You are responsible for allocating and freeing any memory used by your own
47 /// anything generated automatically, you must copy it before freeing the recognizer structures. In…
/external/libxml2/os400/libxmlrpg/
Ddict.rpgle3 * allocation and freeing operations.
Dnanoftp.rpgle59 * Creating/freeing contexts.
/external/autotest/client/tests/stress/
Dcontrol28 --vm-keep redirty memory instead of freeing and reallocating
/external/antlr/antlr-3.4/runtime/C/
DChangeLog132 than malloc and freeing these. Currently this is set to 8, but may increase.
297 freeing it when the stack is freed. This change
337 Add a NULL check before freeing rewrite streams used in AST rewrites
416 than malloc and freeing these. Currently this is set to 8, but may increase.
/external/syslinux/com32/lib/libpng/
Dlibpng.txt434 If you use png_set_rows(), the application is responsible for freeing
1108 freeing any memory required for the user structure.
1306 function is responsible for freeing any existing data that might be present,
1316 responsibility for freeing it to the png_set_rows or png_read_destroy function,
1320 separately, do not transfer responsibility for freeing text_ptr to libpng,
2316 thereby briefly reassigning responsibility for freeing to the user but
2332 separately, do not transfer responsibility for freeing text_ptr to libpng,
2366 to use a different method of allocating and freeing data, you can use
2880 allocating and freeing the png_struct for each image read.
DCHANGES421 Added check if png_ptr->trans is defined before freeing it in pngread.c
702 Added a check for info_ptr->free_me&PNG_FREE_TEXT when freeing text in png.c
716 Revised png_set_iCCP() and png_set_rows() to avoid prematurely freeing data.
787 Make png_free_data() ignore its final parameter except when freeing data
803 Set each pointer to NULL after freeing it in png_free_data().
846 for indexed-color input files to avoid potential double-freeing trans array
/external/libevent/
DChangeLog179 o Avoid crash when freeing event_iocp and using event_set_mem_functions (19715a6)
543 o Possible crash fix when freeing an underlying bufferevent of an openssl bufferevent (29f7623)
664 o Stop IOCP when freeing the event_base (d844242 Christopher Davis)
816 o Do not close(-1) when freeing an uninitialized socket bufferevent (b34abf3)
983 o Fix a segfault when freeing SSL bufferevents in an unusual order (a773df5 Joachim Bauch)
1148 o Fix a possible free(NULL) when freeing an event_base with no signals.
1178 …o Fix a memory error when freeing a thread-enabled event base with registered events. (Spotted by …
/external/ltp/doc/
Dstyle-guide.txt79 4. Call APIs that don't require freeing up resources on failure first
/external/libnl/
DChangeLog113 o Fix access to obj after freeing it
/external/llvm/test/CodeGen/SystemZ/
Dframe-15.ll276 ; %vptr and %dst are copied to call-saved registers, freeing up %r2 and
/external/llvm/docs/tutorial/
DBuildingAJIT1.rst301 added with a given module, freeing any resources they were using in the
DLangImpl04.rst252 available for execution; ``removeModule`` removes a module, freeing any
DOCamlLangImpl4.rst342 like freeing allocated machine code, rejit'ing functions to update them,
/external/blktrace/btreplay/doc/
Dbtreplay.tex168 thread simply waits for AIO completions, freeing up resources for the
/external/e2fsprogs/lib/et/
Dcom_err.texinfo443 to, freeing allocated memory which will not be needed any more,
/external/libpng/
Dlibpng-manual.txt1191 If you use png_set_rows(), the application is responsible for freeing
2111 freeing any memory required for the user structure.
2437 function is responsible for freeing any existing data that might be present,
2447 responsibility for freeing it to the png_set_rows or png_read_destroy function,
2451 separately, do not transfer responsibility for freeing text_ptr to libpng,
3697 thereby briefly reassigning responsibility for freeing to the user but
3713 separately, do not transfer responsibility for freeing text_ptr to libpng,
4162 to use a different method of allocating and freeing data, you can use
4519 allocating and freeing the png_struct for each image read.
/external/skia/third_party/libpng/
Dlibpng-manual.txt1191 If you use png_set_rows(), the application is responsible for freeing
2111 freeing any memory required for the user structure.
2432 function is responsible for freeing any existing data that might be present,
2442 responsibility for freeing it to the png_set_rows or png_read_destroy function,
2446 separately, do not transfer responsibility for freeing text_ptr to libpng,
3692 thereby briefly reassigning responsibility for freeing to the user but
3708 separately, do not transfer responsibility for freeing text_ptr to libpng,
4157 to use a different method of allocating and freeing data, you can use
4514 allocating and freeing the png_struct for each image read.
/external/e2fsprogs/doc/
Dlibext2fs.texinfo619 of allocating and freeing scratch memory can be avoided by passing a
771 called repeatedly, the overhead of allocating and freeing
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg2738 // next too far so we don't want to keep freeing and allocating them
2781 // next too far so we don't want to keep freeing and allocating them
2941 * It should perform any custom freeing stuff that you need (call ANTLR_FREE3, not free()
/external/mksh/src/
DBuild.sh2672 DEBUG_LEAKS enable freeing resources before exiting

123