HomeSort by relevance Sort by last modified time
    Searched full:freed (Results 176 - 200 of 792) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/openssl/crypto/dh/
dh_pmeth.c 198 /* Note: if error return, pkey is freed by parent routine */
  /external/openssl/crypto/ec/
ec_print.c 134 /* the return value must be freed (using OPENSSL_free()) */
  /external/qemu/android/avd/
info.h 171 /* Returns a *copy* of the path used to store trace 'foo'. result must be freed by caller */
  /external/qemu/android/utils/
bufprint.c 72 ** both functions return a string that must be freed by the caller
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_mouse.h 81 * Cursors created with this function must be freed with SDL_FreeCursor().
  /external/qemu/distrib/sdl-1.2.12/src/
SDL.c 229 /* Print the number of surfaces not freed */
  /external/qemu/
framebuffer.h 109 /* the Client::Done func tells a client that a framebuffer object was freed.
  /external/quake/quake/src/QW/server/
progs.h 45 float freetime; // sv.time when the object was freed
  /external/quake/quake/src/WinQuake/
progs.h 45 float freetime; // sv.time when the object was freed
  /external/skia/src/core/
SkMemory_stdlib.cpp 53 SkBlockHeader** fTop; // set to verify in debugger that block was alloc'd / freed with same gHeader
  /external/skia/src/ports/
SkFontHost_tables.cpp 82 fDir will be automatically freed when this object is destroyed
  /external/srec/portable/src/
pmemory.c 562 The order and contiguity of storage allocated by successive calls to malloc() is unspecified. The pointer returned if the allocation succeeds shall be suitably aligned so that it may be assigned to a pointer to any type of object and then used to access such an object in the space allocated (until the space is explicitly freed or reallocated). Each such allocation shall yield a pointer to an object disjoint from any other object. The pointer returned points to the start (lowest byte address) of the allocated space. If the space cannot be allocated, a null pointer shall be returned. If the size of the space requested is 0, the behavior is implementation-defined: the value returned shall be either a null pointer or a unique pointer.
723 The realloc() function changes the size of the memory object pointed to by ptr to the size specified by size. The contents of the object will remain unchanged up to the lesser of the new and old sizes. If the new size of the memory object would require movement of the object, the space for the previous instantiation of the object is freed. If the new size is larger, the contents of the newly allocated portion of the object are unspecified. If size is 0 and ptr is not a null pointer, the object pointed to is freed. If the space cannot be allocated, the object remains unchanged.
728 The order and contiguity of storage allocated by successive calls to realloc() is unspecified. The pointer returned if the allocation succeeds is suitably aligned so that it may be assigned to a pointer to any type of object and then used to access such an object in the space allocated (until the space is explicitly freed or reallocated). Each such allocation will yield a pointer to an object disjoint from any other object. The pointer returned points to the start (lowest byte address) of the allocated space. If the space cannot be allocated, a null pointer is returned.
  /external/srec/srec/include/
astar.h 37 freed and re-used easily for dynamic grammar creation.
  /external/webkit/JavaScriptCore/wtf/wince/
FastMallocWince.h 104 // but freed with free or delete, this system would detect that.
  /external/webkit/WebCore/page/
PrintContext.cpp 166 // Make sure the element is not freed during the layout.
  /external/webkit/WebKit/chromium/src/
PlatformMessagePortChannel.cpp 64 // Make sure we close our platform channel when the base is freed, to keep the channel objects from leaking.
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_i.h 59 * freed in this function. No other method functions will be called
eap_methods.c 74 * The returned structure should be freed with eap_server_method_free() when it
  /external/zlib/examples/
gzlog.h 86 invalid. The log object is freed, and so cannot be referenced again. */
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 173 * @return The freed size in bytes.
  /hardware/ti/omap3/dspbridge/inc/
dbg.h 84 * Resources used by module are freed when cRef reaches zero.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbg.h 84 * Resources used by module are freed when cRef reaches zero.
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_ComponentThread.c 152 G711DEC_DPRINT("%d :: ARM Side Resources Have Been Freed\n",__LINE__);
  /packages/apps/Email/src/org/apache/commons/io/input/
AutoCloseInputStream.java 26 * closed, so any allocated in-memory buffers can be freed even if the
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_mouse.h 81 * Cursors created with this function must be freed with SDL_FreeCursor().

Completed in 620 milliseconds

1 2 3 4 5 6 78 91011>>