Software: Apache. PHP/7.3.33 uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) Safe-mode: OFF (not secure) /opt/cpanel/ea-libxml2/share/gtk-doc/html/libxml2/ drwxr-xr-x |
Viewing file: Select action/file-type:
xmlmemoryxmlmemory - interface for the memory allocator provides interfaces for the memory allocator, including debugging capabilities. Author(s): Daniel Veillard Synopsisvoid xmlCleanupMemory (void); typedef void xmlFreeFunc (void * mem); int xmlGcMemGet (xmlFreeFunc * freeFunc, DescriptionDetailsFunction type xmlFreeFuncvoid xmlFreeFunc (void * mem) Signature for a free() implementation.
Function type xmlMallocFuncvoid * xmlMallocFunc (size_t size) Signature for a malloc() implementation.
Function type xmlReallocFuncvoid * xmlReallocFunc (void * mem, Signature for a realloc() implementation.
Function type xmlStrdupFuncchar * xmlStrdupFunc (const char * str) Signature for an strdup() implementation.
Variable xmlFreexmlFreeFunc xmlFree; @mem: an already allocated block of memory The variable holding the libxml free() implementation Variable xmlMallocxmlMallocFunc xmlMalloc; @size: the size requested in bytes The variable holding the libxml malloc() implementation Returns a pointer to the newly allocated block or NULL in case of error Variable xmlMallocAtomicxmlMallocFunc xmlMallocAtomic; @size: the size requested in bytes The variable holding the libxml malloc() implementation for atomic data (i.e. blocks not containing pointers), useful when using a garbage collecting allocator. Returns a pointer to the newly allocated block or NULL in case of error Variable xmlMemStrdupxmlStrdupFunc xmlMemStrdup; @str: a zero terminated string The variable holding the libxml strdup() implementation Returns the copy of the string or NULL in case of error Variable xmlReallocxmlReallocFunc xmlRealloc; @mem: an already allocated block of memory @size: the new size requested in bytes The variable holding the libxml realloc() implementation Returns a pointer to the newly reallocated block or NULL in case of error xmlCleanupMemory ()void xmlCleanupMemory (void) DEPRECATED: This function is a no-op. Call xmlCleanupParser to free global state but see the warnings there. xmlCleanupParser should be only called once at program exit. In most cases, you don't have call cleanup functions at all. xmlGcMemGet ()int xmlGcMemGet (xmlFreeFunc * freeFunc, Provides the memory access functions set currently in use The mallocAtomicFunc is specialized for atomic block allocations (i.e. of areas useful for garbage collected memory allocators
xmlGcMemSetup ()int xmlGcMemSetup (xmlFreeFunc freeFunc, Override the default memory access functions with a new set This has to be called before any other libxml routines ! The mallocAtomicFunc is specialized for atomic block allocations (i.e. of areas useful for garbage collected memory allocators Should this be blocked if there was already some allocations done ?
xmlMallocAtomicLoc ()void * xmlMallocAtomicLoc (size_t size, DEPRECATED: don't use
xmlMallocLoc ()void * xmlMallocLoc (size_t size, DEPRECATED: don't use
xmlMemBlocks ()int xmlMemBlocks (void) Provides the number of memory areas currently allocated
xmlMemDisplay ()void xmlMemDisplay (FILE * fp) DEPRECATED: This feature was removed.
xmlMemDisplayLast ()void xmlMemDisplayLast (FILE * fp, DEPRECATED: This feature was removed.
xmlMemFree ()void xmlMemFree (void * ptr) a free() equivalent, with error checking.
xmlMemGet ()int xmlMemGet (xmlFreeFunc * freeFunc, Provides the memory access functions set currently in use
xmlMemMalloc ()void * xmlMemMalloc (size_t size) a malloc() equivalent, with logging of the allocation info.
xmlMemRealloc ()void * xmlMemRealloc (void * ptr, a realloc() equivalent, with logging of the allocation info.
xmlMemSetup ()int xmlMemSetup (xmlFreeFunc freeFunc, Override the default memory access functions with a new set This has to be called before any other libxml routines ! Should this be blocked if there was already some allocations done ?
xmlMemShow ()void xmlMemShow (FILE * fp, DEPRECATED: This feature was removed.
xmlMemSize ()size_t xmlMemSize (void * ptr)
xmlMemStrdupLoc ()char * xmlMemStrdupLoc (const char * str, DEPRECATED: don't use
xmlMemUsed ()int xmlMemUsed (void) Provides the amount of memory currently allocated
xmlMemoryStrdup ()char * xmlMemoryStrdup (const char * str) a strdup() equivalent, with logging of the allocation info.
xmlReallocLoc ()void * xmlReallocLoc (void * ptr, DEPRECATED: don't use
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0034 ]-- |