码迷,mamicode.com
首页 >  
搜索关键字:allocated    ( 86个结果
stm32f407启动文件分析
; Amount of memory (in bytes) allocated for Stack; Tailor this value to your application needs; <h> Stack Configuration; <o> Stack Size (in Bytes) <0x
分类:其他好文   时间:2016-03-09 01:31:13    阅读次数:241
Android 防止OOM优化
1. Android2.x及以下的系统优化: Bitmap被解码后的像素被存储在Native Heap中, Dalvik Heap有个external计数,记录了Bitmap所占用的内存。 当 Dalvik Allocated + External Allocated + new Allocated
分类:移动开发   时间:2016-03-05 23:51:05    阅读次数:585
JVM
Java语言出来之前,大家都在拼命的写C或者C++的程序,而此时存在一个很大的矛盾,C++等语言创建对象要不断的去开辟空间,不用的时候有需要不断的去释放控件,既要写构造函数,又要写析构函数,很多时候都在重复的allocated,然后不停的~析构。于是,有人就提出,能不能写一段程序在实现这块功能,每次...
分类:其他好文   时间:2015-12-10 17:02:10    阅读次数:168
函数ut_malloc_low
/**********************************************************************//**Allocates memory.@return own: allocated memory */UNIV_INTERNvoid*ut_mall...
分类:其他好文   时间:2015-12-02 00:45:15    阅读次数:151
宏ut_mem_block_t
/** This struct is placed first in every allocated memory block */typedef struct ut_mem_block_struct ut_mem_block_t;/** Dynamically allocated memory b...
分类:其他好文   时间:2015-12-01 00:09:38    阅读次数:144
Windows API 之 VirtualAlloc(未完)
Reserves, commits, or changes the state of a region of pages in the virtual address space of the calling process. Memory allocated by this function is...
分类:Windows程序   时间:2015-11-17 21:57:04    阅读次数:483
《Programming with Objective-C》第三章 Working with Objects
Object和普通变量的区别If you’re used to using terms like the stack and the heap, a local variable is allocated on the stack, while objects are allocated on th...
分类:其他好文   时间:2015-10-27 15:05:01    阅读次数:144
Inaccurate values for “Currently allocated space” and “Available free space” in the Shrink File dialog for TEMPDB only
转载自:http://blogs.msdn.com/b/ialonso/archive/2012/10/08/inaccurate-values-for-currently-allocated-space-and-available-free-space-in-the-shrink-file-dia...
分类:数据库   时间:2015-10-13 12:14:55    阅读次数:305
redis内存管理代码的目光
zmalloc.h/* zmalloc - total amount of allocated memory aware version of malloc() * * Copyright (c) 2009-2010, Salvatore Sanfilippo * All rights reser....
分类:其他好文   时间:2015-09-11 19:22:50    阅读次数:181
oracle datafile 生成查询树
SELECTDECODE(file_name,‘M‘,tablespace_name,LPAD(‘--->‘,5)||file_name)tablespace_name FROM (SELECT*FROM (SELECTtablespace_name,‘M‘file_name FROMdba_tablespaces UNION SELECTdba_tablespaces.tablespace_name,dba_data_files.file_name||‘‘|| ‘(Allocated:‘..
分类:数据库   时间:2015-08-27 19:13:51    阅读次数:243
86条   上一页 1 ... 3 4 5 6 7 ... 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!